diff --git a/docs/API.csharp.md b/docs/API.csharp.md index 6164e25b0..5d9672623 100644 --- a/docs/API.csharp.md +++ b/docs/API.csharp.md @@ -1,6 +1,8 @@ # Submodules The following submodules are available: +- [accountAws](./accountAws.csharp.md) +- [credentialsAws](./credentialsAws.csharp.md) - [dataIntegration](./dataIntegration.csharp.md) - [elastigroupAws](./elastigroupAws.csharp.md) - [elastigroupAwsBeanstalk](./elastigroupAwsBeanstalk.csharp.md) diff --git a/docs/API.go.md b/docs/API.go.md index 72ecf2c8d..3e162ec7f 100644 --- a/docs/API.go.md +++ b/docs/API.go.md @@ -1,6 +1,8 @@ # Submodules The following submodules are available: +- [accountAws](./accountAws.go.md) +- [credentialsAws](./credentialsAws.go.md) - [dataIntegration](./dataIntegration.go.md) - [elastigroupAws](./elastigroupAws.go.md) - [elastigroupAwsBeanstalk](./elastigroupAwsBeanstalk.go.md) diff --git a/docs/API.java.md b/docs/API.java.md index 522bd54c5..42e0e9106 100644 --- a/docs/API.java.md +++ b/docs/API.java.md @@ -1,6 +1,8 @@ # Submodules The following submodules are available: +- [accountAws](./accountAws.java.md) +- [credentialsAws](./credentialsAws.java.md) - [dataIntegration](./dataIntegration.java.md) - [elastigroupAws](./elastigroupAws.java.md) - [elastigroupAwsBeanstalk](./elastigroupAwsBeanstalk.java.md) diff --git a/docs/API.python.md b/docs/API.python.md index c69271830..10f1dd8b3 100644 --- a/docs/API.python.md +++ b/docs/API.python.md @@ -1,6 +1,8 @@ # Submodules The following submodules are available: +- [accountAws](./accountAws.python.md) +- [credentialsAws](./credentialsAws.python.md) - [dataIntegration](./dataIntegration.python.md) - [elastigroupAws](./elastigroupAws.python.md) - [elastigroupAwsBeanstalk](./elastigroupAwsBeanstalk.python.md) diff --git a/docs/API.typescript.md b/docs/API.typescript.md index 00f67be38..677162e96 100644 --- a/docs/API.typescript.md +++ b/docs/API.typescript.md @@ -1,6 +1,8 @@ # Submodules The following submodules are available: +- [accountAws](./accountAws.typescript.md) +- [credentialsAws](./credentialsAws.typescript.md) - [dataIntegration](./dataIntegration.typescript.md) - [elastigroupAws](./elastigroupAws.typescript.md) - [elastigroupAwsBeanstalk](./elastigroupAwsBeanstalk.typescript.md) diff --git a/docs/accountAws.csharp.md b/docs/accountAws.csharp.md new file mode 100644 index 000000000..6e1f7f757 --- /dev/null +++ b/docs/accountAws.csharp.md @@ -0,0 +1,698 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). + +# `accountAws` Submodule + +## Constructs + +### AccountAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new AccountAws(Construct Scope, string Id, AccountAwsConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | AccountAwsConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* AccountAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `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 TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `ResetId` + +```csharp +private void ResetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +AccountAws.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +AccountAws.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +AccountAws.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| IdInput | string | *No description.* | +| NameInput | string | *No description.* | +| Id | string | *No description.* | +| Name | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; } +``` + +- *Type:* object[] + +--- + +##### `IdInput`Optional + +```csharp +public string IdInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### AccountAwsConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new AccountAwsConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + string Id = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| 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.142.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `Id`Optional + +```csharp +public string Id { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..2ca3aa02e --- /dev/null +++ b/docs/accountAws.go.md @@ -0,0 +1,698 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). + +# `accountAws` Submodule + +## Constructs + +### AccountAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" + +accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | AccountAwsConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* AccountAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `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(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `ResetId` + +```go +func ResetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" + +accountaws.AccountAws_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" + +accountaws.AccountAws_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" + +accountaws.AccountAws_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| 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.* | +| IdInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| Id | *string | *No description.* | +| Name | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```go +func Connection() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +func Provisioners() *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `IdInput`Optional + +```go +func IdInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### AccountAwsConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" + +&accountaws.AccountAwsConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Name: *string, + Id: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| 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.142.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `Id`Optional + +```go +Id *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..ecc66b207 --- /dev/null +++ b/docs/accountAws.java.md @@ -0,0 +1,779 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). + +# `accountAws` Submodule + +## Constructs + +### AccountAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.spotinst.account_aws.AccountAws; + +AccountAws.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) +// .id(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `name`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `id`Optional + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `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 terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `resetId` + +```java +public void resetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.spotinst.account_aws.AccountAws; + +AccountAws.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.spotinst.account_aws.AccountAws; + +AccountAws.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.spotinst.account_aws.AccountAws; + +AccountAws.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| idInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| id | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `idInput`Optional + +```java +public java.lang.String getIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### AccountAwsConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.spotinst.account_aws.AccountAwsConfig; + +AccountAwsConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) +// .id(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `id`Optional + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..2ea624016 --- /dev/null +++ b/docs/accountAws.python.md @@ -0,0 +1,804 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). + +# `accountAws` Submodule + +## Constructs + +### AccountAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws}. + +#### Initializers + +```python +from cdktf_cdktf_provider_spotinst import account_aws + +accountAws.AccountAws( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + id: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| 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.142.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `id`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| 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.* | +| reset_id | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `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( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `reset_id` + +```python +def reset_id() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_resource | *No description.* | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_spotinst import account_aws + +accountAws.AccountAws.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_spotinst import account_aws + +accountAws.AccountAws.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_spotinst import account_aws + +accountAws.AccountAws.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id_input | str | *No description.* | +| name_input | str | *No description.* | +| id | str | *No description.* | +| name | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id_input`Optional + +```python +id_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### AccountAwsConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_spotinst import account_aws + +accountAws.AccountAwsConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + id: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| 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.142.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `id`Optional + +```python +id: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..6d13f1fcf --- /dev/null +++ b/docs/accountAws.typescript.md @@ -0,0 +1,688 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). + +# `accountAws` Submodule + +## Constructs + +### AccountAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws}. + +#### Initializers + +```typescript +import { accountAws } from '@cdktf/provider-spotinst' + +new accountAws.AccountAws(scope: Construct, id: string, config: AccountAwsConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | AccountAwsConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* AccountAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `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(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `resetId` + +```typescript +public resetId(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | + +--- + +##### `isConstruct` + +```typescript +import { accountAws } from '@cdktf/provider-spotinst' + +accountAws.AccountAws.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { accountAws } from '@cdktf/provider-spotinst' + +accountAws.AccountAws.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { accountAws } from '@cdktf/provider-spotinst' + +accountAws.AccountAws.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| idInput | string | *No description.* | +| nameInput | string | *No description.* | +| id | string | *No description.* | +| name | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `idInput`Optional + +```typescript +public readonly idInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### AccountAwsConfig + +#### Initializer + +```typescript +import { accountAws } from '@cdktf/provider-spotinst' + +const accountAwsConfig: accountAws.AccountAwsConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#id AccountAws#id}. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws#name AccountAws#name}. + +--- + +##### `id`Optional + +```typescript +public readonly id: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..a3056805e --- /dev/null +++ b/docs/credentialsAws.csharp.md @@ -0,0 +1,734 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). + +# `credentialsAws` Submodule + +## Constructs + +### CredentialsAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new CredentialsAws(Construct Scope, string Id, CredentialsAwsConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | CredentialsAwsConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* CredentialsAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `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 TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `ResetId` + +```csharp +private void ResetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +CredentialsAws.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +CredentialsAws.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +CredentialsAws.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| AccountIdInput | string | *No description.* | +| IamroleInput | string | *No description.* | +| IdInput | string | *No description.* | +| AccountId | string | *No description.* | +| Iamrole | string | *No description.* | +| Id | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; } +``` + +- *Type:* object[] + +--- + +##### `AccountIdInput`Optional + +```csharp +public string AccountIdInput { get; } +``` + +- *Type:* string + +--- + +##### `IamroleInput`Optional + +```csharp +public string IamroleInput { get; } +``` + +- *Type:* string + +--- + +##### `IdInput`Optional + +```csharp +public string IdInput { get; } +``` + +- *Type:* string + +--- + +##### `AccountId`Required + +```csharp +public string AccountId { get; } +``` + +- *Type:* string + +--- + +##### `Iamrole`Required + +```csharp +public string Iamrole { get; } +``` + +- *Type:* string + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### CredentialsAwsConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; + +new CredentialsAwsConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string AccountId, + string Iamrole, + string Id = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `AccountId`Required + +```csharp +public string AccountId { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `Iamrole`Required + +```csharp +public string Iamrole { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `Id`Optional + +```csharp +public string Id { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..5b65e7b87 --- /dev/null +++ b/docs/credentialsAws.go.md @@ -0,0 +1,734 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). + +# `credentialsAws` Submodule + +## Constructs + +### CredentialsAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" + +credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | CredentialsAwsConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* CredentialsAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `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(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `ResetId` + +```go +func ResetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" + +credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" + +credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" + +credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| 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.* | +| AccountIdInput | *string | *No description.* | +| IamroleInput | *string | *No description.* | +| IdInput | *string | *No description.* | +| AccountId | *string | *No description.* | +| Iamrole | *string | *No description.* | +| Id | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```go +func Connection() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +func Provisioners() *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `AccountIdInput`Optional + +```go +func AccountIdInput() *string +``` + +- *Type:* *string + +--- + +##### `IamroleInput`Optional + +```go +func IamroleInput() *string +``` + +- *Type:* *string + +--- + +##### `IdInput`Optional + +```go +func IdInput() *string +``` + +- *Type:* *string + +--- + +##### `AccountId`Required + +```go +func AccountId() *string +``` + +- *Type:* *string + +--- + +##### `Iamrole`Required + +```go +func Iamrole() *string +``` + +- *Type:* *string + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### CredentialsAwsConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" + +&credentialsaws.CredentialsAwsConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + AccountId: *string, + Iamrole: *string, + Id: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `AccountId`Required + +```go +AccountId *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `Iamrole`Required + +```go +Iamrole *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `Id`Optional + +```go +Id *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..1b54e4614 --- /dev/null +++ b/docs/credentialsAws.java.md @@ -0,0 +1,825 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). + +# `credentialsAws` Submodule + +## Constructs + +### CredentialsAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.spotinst.credentials_aws.CredentialsAws; + +CredentialsAws.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .accountId(java.lang.String) + .iamrole(java.lang.String) +// .id(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.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.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `accountId`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `iamrole`Required + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `id`Optional + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `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 terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `resetId` + +```java +public void resetId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.spotinst.credentials_aws.CredentialsAws; + +CredentialsAws.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.spotinst.credentials_aws.CredentialsAws; + +CredentialsAws.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.spotinst.credentials_aws.CredentialsAws; + +CredentialsAws.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| accountIdInput | java.lang.String | *No description.* | +| iamroleInput | java.lang.String | *No description.* | +| idInput | java.lang.String | *No description.* | +| accountId | java.lang.String | *No description.* | +| iamrole | java.lang.String | *No description.* | +| id | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `accountIdInput`Optional + +```java +public java.lang.String getAccountIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `iamroleInput`Optional + +```java +public java.lang.String getIamroleInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `idInput`Optional + +```java +public java.lang.String getIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `accountId`Required + +```java +public java.lang.String getAccountId(); +``` + +- *Type:* java.lang.String + +--- + +##### `iamrole`Required + +```java +public java.lang.String getIamrole(); +``` + +- *Type:* java.lang.String + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### CredentialsAwsConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.spotinst.credentials_aws.CredentialsAwsConfig; + +CredentialsAwsConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .accountId(java.lang.String) + .iamrole(java.lang.String) +// .id(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.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.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `accountId`Required + +```java +public java.lang.String getAccountId(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `iamrole`Required + +```java +public java.lang.String getIamrole(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `id`Optional + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..34574d519 --- /dev/null +++ b/docs/credentialsAws.python.md @@ -0,0 +1,850 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). + +# `credentialsAws` Submodule + +## Constructs + +### CredentialsAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws}. + +#### Initializers + +```python +from cdktf_cdktf_provider_spotinst import credentials_aws + +credentialsAws.CredentialsAws( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + account_id: str, + iamrole: str, + id: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `account_id`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `iamrole`Required + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `id`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| 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.* | +| reset_id | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `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( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `reset_id` + +```python +def reset_id() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_resource | *No description.* | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_spotinst import credentials_aws + +credentialsAws.CredentialsAws.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_spotinst import credentials_aws + +credentialsAws.CredentialsAws.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_spotinst import credentials_aws + +credentialsAws.CredentialsAws.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| 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_input | str | *No description.* | +| iamrole_input | str | *No description.* | +| id_input | str | *No description.* | +| account_id | str | *No description.* | +| iamrole | str | *No description.* | +| id | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `account_id_input`Optional + +```python +account_id_input: str +``` + +- *Type:* str + +--- + +##### `iamrole_input`Optional + +```python +iamrole_input: str +``` + +- *Type:* str + +--- + +##### `id_input`Optional + +```python +id_input: str +``` + +- *Type:* str + +--- + +##### `account_id`Required + +```python +account_id: str +``` + +- *Type:* str + +--- + +##### `iamrole`Required + +```python +iamrole: str +``` + +- *Type:* str + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### CredentialsAwsConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_spotinst import credentials_aws + +credentialsAws.CredentialsAwsConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + account_id: str, + iamrole: str, + id: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| 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.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `account_id`Required + +```python +account_id: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `iamrole`Required + +```python +iamrole: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `id`Optional + +```python +id: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 new file mode 100644 index 000000000..1d11e61ef --- /dev/null +++ b/docs/credentialsAws.typescript.md @@ -0,0 +1,723 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). + +# `credentialsAws` Submodule + +## Constructs + +### CredentialsAws + +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws}. + +#### Initializers + +```typescript +import { credentialsAws } from '@cdktf/provider-spotinst' + +new credentialsAws.CredentialsAws(scope: Construct, id: string, config: CredentialsAwsConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | CredentialsAwsConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* CredentialsAwsConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `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(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `resetId` + +```typescript +public resetId(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | + +--- + +##### `isConstruct` + +```typescript +import { credentialsAws } from '@cdktf/provider-spotinst' + +credentialsAws.CredentialsAws.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { credentialsAws } from '@cdktf/provider-spotinst' + +credentialsAws.CredentialsAws.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { credentialsAws } from '@cdktf/provider-spotinst' + +credentialsAws.CredentialsAws.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| accountIdInput | string | *No description.* | +| iamroleInput | string | *No description.* | +| idInput | string | *No description.* | +| accountId | string | *No description.* | +| iamrole | string | *No description.* | +| id | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `accountIdInput`Optional + +```typescript +public readonly accountIdInput: string; +``` + +- *Type:* string + +--- + +##### `iamroleInput`Optional + +```typescript +public readonly iamroleInput: string; +``` + +- *Type:* string + +--- + +##### `idInput`Optional + +```typescript +public readonly idInput: string; +``` + +- *Type:* string + +--- + +##### `accountId`Required + +```typescript +public readonly accountId: string; +``` + +- *Type:* string + +--- + +##### `iamrole`Required + +```typescript +public readonly iamrole: string; +``` + +- *Type:* string + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### CredentialsAwsConfig + +#### Initializer + +```typescript +import { credentialsAws } from '@cdktf/provider-spotinst' + +const credentialsAwsConfig: credentialsAws.CredentialsAwsConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#id CredentialsAws#id}. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `accountId`Required + +```typescript +public readonly accountId: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. + +--- + +##### `iamrole`Required + +```typescript +public readonly iamrole: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. + +--- + +##### `id`Optional + +```typescript +public readonly id: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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/dataIntegration.csharp.md b/docs/dataIntegration.csharp.md index c77fd81fc..459c7f565 100644 --- a/docs/dataIntegration.csharp.md +++ b/docs/dataIntegration.csharp.md @@ -1,6 +1,6 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). # `dataIntegration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https:/ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -665,10 +665,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.141.0/docs/resources/data_integration#name DataIntegration#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#status DataIntegration#status}. | +| Status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -750,7 +750,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -762,7 +762,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -779,7 +779,7 @@ public DataIntegrationS3 S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -791,7 +791,7 @@ public string Status { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -812,8 +812,8 @@ new DataIntegrationS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -825,7 +825,7 @@ public string BucketName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -837,7 +837,7 @@ public string Subdir { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index aae831aab..59844e4cb 100644 --- a/docs/dataIntegration.go.md +++ b/docs/dataIntegration.go.md @@ -1,6 +1,6 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). # `dataIntegration` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https:/ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration ``` @@ -304,7 +304,7 @@ func ResetStatus() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ``` @@ -637,7 +637,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationConfig { Connection: interface{}, @@ -649,7 +649,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration Provisioners: *[]interface{}, Name: *string, Id: *string, - S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.dataIntegration.DataIntegrationS3, + S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.dataIntegration.DataIntegrationS3, Status: *string, } ``` @@ -665,10 +665,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.0/docs/resources/data_integration#name DataIntegration#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#status DataIntegration#status}. | +| Status | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -750,7 +750,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -762,7 +762,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -779,7 +779,7 @@ S3 DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -791,7 +791,7 @@ Status *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -800,7 +800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationS3 { BucketName: *string, @@ -812,8 +812,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -825,7 +825,7 @@ BucketName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -837,7 +837,7 @@ Subdir *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- @@ -848,7 +848,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference ``` diff --git a/docs/dataIntegration.java.md b/docs/dataIntegration.java.md index 7c7f8a705..744dabec4 100644 --- a/docs/dataIntegration.java.md +++ b/docs/dataIntegration.java.md @@ -1,6 +1,6 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). # `dataIntegration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https:/ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -45,10 +45,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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -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.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -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.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -137,7 +137,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.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -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.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -768,10 +768,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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -853,7 +853,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -865,7 +865,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -882,7 +882,7 @@ public DataIntegrationS3 getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -894,7 +894,7 @@ public java.lang.String getStatus(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -915,8 +915,8 @@ DataIntegrationS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -928,7 +928,7 @@ public java.lang.String getBucketName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -940,7 +940,7 @@ public java.lang.String getSubdir(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.python.md b/docs/dataIntegration.python.md index fa77e5586..84ed8fef7 100644 --- a/docs/dataIntegration.python.md +++ b/docs/dataIntegration.python.md @@ -1,6 +1,6 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). # `dataIntegration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https:/ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -43,10 +43,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.141.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -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.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -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.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -135,7 +135,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.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -396,7 +396,7 @@ def put_s3( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- @@ -806,10 +806,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.141.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -891,7 +891,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -903,7 +903,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -920,7 +920,7 @@ s3: DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -932,7 +932,7 @@ status: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -953,8 +953,8 @@ dataIntegration.DataIntegrationS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -966,7 +966,7 @@ bucket_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -978,7 +978,7 @@ subdir: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.typescript.md b/docs/dataIntegration.typescript.md index 7a1718a5f..7b79ba5de 100644 --- a/docs/dataIntegration.typescript.md +++ b/docs/dataIntegration.typescript.md @@ -1,6 +1,6 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). # `dataIntegration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https:/ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -653,10 +653,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.141.0/docs/resources/data_integration#name DataIntegration#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#status DataIntegration#status}. | +| status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -738,7 +738,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -750,7 +750,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -767,7 +767,7 @@ public readonly s3: DataIntegrationS3; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -779,7 +779,7 @@ public readonly status: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -797,8 +797,8 @@ const dataIntegrationS3: dataIntegration.DataIntegrationS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -810,7 +810,7 @@ public readonly bucketName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -822,7 +822,7 @@ public readonly subdir: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/elastigroupAws.csharp.md b/docs/elastigroupAws.csharp.md index 6938f6206..9798a413d 100644 --- a/docs/elastigroupAws.csharp.md +++ b/docs/elastigroupAws.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). # `elastigroupAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https:// ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -3466,37 +3466,37 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -3510,24 +3510,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultaiTargetSets | object | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | ResourceRequirements | object | resource_requirements block. | | ResourceTagSpecification | object | resource_tag_specification block. | | RevertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -3536,20 +3536,20 @@ new ElastigroupAwsConfig { | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3631,7 +3631,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3643,7 +3643,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3655,7 +3655,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3667,7 +3667,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3679,7 +3679,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3691,7 +3691,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3703,7 +3703,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3715,7 +3715,7 @@ public string CapacityUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3727,7 +3727,7 @@ public object ConsiderOdPricing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3739,7 +3739,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3753,7 +3753,7 @@ public ElastigroupAwsCpuOptions CpuOptions { get; set; } cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3765,7 +3765,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3777,7 +3777,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3789,7 +3789,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3803,7 +3803,7 @@ public object EbsBlockDevice { get; set; } ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3815,7 +3815,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -3827,7 +3827,7 @@ public string[] ElasticIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -3839,7 +3839,7 @@ public string[] ElasticLoadBalancers { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -3851,7 +3851,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -3865,7 +3865,7 @@ public object EphemeralBlockDevice { get; set; } ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -3877,7 +3877,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -3889,7 +3889,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -3901,7 +3901,7 @@ public double HealthCheckUnhealthyDurationBeforeReplacement { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3913,7 +3913,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -3925,7 +3925,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3940,7 +3940,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -3954,7 +3954,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -3966,7 +3966,7 @@ public double ImmediateOdRecoverThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -3978,7 +3978,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -3990,7 +3990,7 @@ public string[] InstanceTypesPreferredSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4002,7 +4002,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4016,7 +4016,7 @@ public object InstanceTypesWeights { get; set; } instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4030,7 +4030,7 @@ public ElastigroupAwsIntegrationBeanstalk IntegrationBeanstalk { get; set; } integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4044,7 +4044,7 @@ public ElastigroupAwsIntegrationCodedeploy IntegrationCodedeploy { get; set; } integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4058,7 +4058,7 @@ public ElastigroupAwsIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4072,7 +4072,7 @@ public ElastigroupAwsIntegrationEcs IntegrationEcs { get; set; } integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4086,7 +4086,7 @@ public ElastigroupAwsIntegrationGitlab IntegrationGitlab { get; set; } integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4100,7 +4100,7 @@ public ElastigroupAwsIntegrationKubernetes IntegrationKubernetes { get; set; } integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4114,7 +4114,7 @@ public ElastigroupAwsIntegrationMesosphere IntegrationMesosphere { get; set; } integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4128,7 +4128,7 @@ public ElastigroupAwsIntegrationMultaiRuntime IntegrationMultaiRuntime { get; se integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -4142,7 +4142,7 @@ public ElastigroupAwsIntegrationNomad IntegrationNomad { get; set; } integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4156,7 +4156,7 @@ public ElastigroupAwsIntegrationRancher IntegrationRancher { get; set; } integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4170,7 +4170,7 @@ public ElastigroupAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4184,7 +4184,7 @@ public object Itf { get; set; } itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4196,7 +4196,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4208,7 +4208,7 @@ public string LifetimePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4220,7 +4220,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4234,7 +4234,7 @@ public ElastigroupAwsMetadataOptions MetadataOptions { get; set; } metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4246,7 +4246,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4258,7 +4258,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4272,7 +4272,7 @@ public object MultaiTargetSets { get; set; } multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -4286,7 +4286,7 @@ public ElastigroupAwsMultipleMetrics MultipleMetrics { get; set; } multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4300,7 +4300,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4312,7 +4312,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4324,7 +4324,7 @@ public string[] OnDemandTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4336,7 +4336,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4348,7 +4348,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4360,7 +4360,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4372,7 +4372,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4384,7 +4384,7 @@ public string[] PreferredAvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4396,7 +4396,7 @@ public string[] PrivateIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4408,7 +4408,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4422,7 +4422,7 @@ public object ResourceRequirements { get; set; } resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4436,7 +4436,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4450,7 +4450,7 @@ public ElastigroupAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4464,7 +4464,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4478,7 +4478,7 @@ public object ScalingStrategy { get; set; } scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4492,7 +4492,7 @@ public object ScalingTargetPolicy { get; set; } scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4506,7 +4506,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4520,7 +4520,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4532,7 +4532,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4546,7 +4546,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4558,7 +4558,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4572,7 +4572,7 @@ public ElastigroupAwsStatefulDeallocation StatefulDeallocation { get; set; } stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4586,7 +4586,7 @@ public object StatefulInstanceAction { get; set; } stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4598,7 +4598,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4612,7 +4612,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4624,7 +4624,7 @@ public string[] TargetGroupArns { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4638,7 +4638,7 @@ public ElastigroupAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4650,7 +4650,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4662,7 +4662,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4674,7 +4674,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4686,7 +4686,7 @@ public double WaitForCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4698,7 +4698,7 @@ public double WaitForCapacityTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4718,7 +4718,7 @@ new ElastigroupAwsCpuOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4730,7 +4730,7 @@ public double ThreadsPerCore { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4758,15 +4758,15 @@ new ElastigroupAwsEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4778,7 +4778,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4790,7 +4790,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4802,7 +4802,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -4814,7 +4814,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -4826,7 +4826,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -4838,7 +4838,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -4850,7 +4850,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -4862,7 +4862,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -4874,7 +4874,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -4895,8 +4895,8 @@ new ElastigroupAwsEphemeralBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -4908,7 +4908,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4920,7 +4920,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -4954,7 +4954,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -4974,7 +4974,7 @@ new ElastigroupAwsImagesImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -4986,7 +4986,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -5010,8 +5010,8 @@ new ElastigroupAwsInstanceTypesWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5023,7 +5023,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5035,7 +5035,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5058,7 +5058,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.141.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.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5073,7 +5073,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences DeploymentPrefere deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5085,7 +5085,7 @@ public string EnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5099,7 +5099,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions ManagedActions { get; se managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5122,9 +5122,9 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5137,7 +5137,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5149,7 +5149,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5161,7 +5161,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5175,7 +5175,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy Strategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5196,8 +5196,8 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5209,7 +5209,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5221,7 +5221,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5255,7 +5255,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate PlatformUp platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5277,9 +5277,9 @@ new ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5291,7 +5291,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5303,7 +5303,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5315,7 +5315,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5337,9 +5337,9 @@ new ElastigroupAwsIntegrationCodedeploy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5351,7 +5351,7 @@ public object CleanupOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5365,7 +5365,7 @@ public object DeploymentGroups { get; set; } deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5377,7 +5377,7 @@ public object TerminateInstanceOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5398,8 +5398,8 @@ new ElastigroupAwsIntegrationCodedeployDeploymentGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5411,7 +5411,7 @@ public string ApplicationName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5423,7 +5423,7 @@ public string DeploymentGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5448,12 +5448,12 @@ new ElastigroupAwsIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5465,7 +5465,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5477,7 +5477,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5489,7 +5489,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5503,7 +5503,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown AutoscaleDown { get; se autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5517,7 +5517,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5529,7 +5529,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5550,8 +5550,8 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5563,7 +5563,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5575,7 +5575,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5597,9 +5597,9 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5611,7 +5611,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5623,7 +5623,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5635,7 +5635,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5663,14 +5663,14 @@ new ElastigroupAwsIntegrationEcs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5683,7 +5683,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5697,7 +5697,7 @@ public object AutoscaleAttributes { get; set; } autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5709,7 +5709,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5723,7 +5723,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5737,7 +5737,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5749,7 +5749,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5761,7 +5761,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5773,7 +5773,7 @@ public object AutoscaleScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5787,7 +5787,7 @@ public ElastigroupAwsIntegrationEcsBatch Batch { get; set; } batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -5808,8 +5808,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -5821,7 +5821,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -5833,7 +5833,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -5854,8 +5854,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5867,7 +5867,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5879,7 +5879,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5901,9 +5901,9 @@ new ElastigroupAwsIntegrationEcsAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5915,7 +5915,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5927,7 +5927,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5939,7 +5939,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5959,7 +5959,7 @@ new ElastigroupAwsIntegrationEcsBatch { | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -5971,7 +5971,7 @@ public string[] JobQueueNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6005,7 +6005,7 @@ public ElastigroupAwsIntegrationGitlabRunner Runner { get; set; } runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6025,7 +6025,7 @@ new ElastigroupAwsIntegrationGitlabRunner { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6037,7 +6037,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6066,16 +6066,16 @@ new ElastigroupAwsIntegrationKubernetes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6087,7 +6087,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6099,7 +6099,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6113,7 +6113,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown AutoscaleDown { get; set autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6127,7 +6127,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6139,7 +6139,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6151,7 +6151,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6165,7 +6165,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6177,7 +6177,7 @@ public string ClusterIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6189,7 +6189,7 @@ public string IntegrationMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6201,7 +6201,7 @@ public string Token { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6222,8 +6222,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6235,7 +6235,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6247,7 +6247,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6269,9 +6269,9 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6283,7 +6283,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6295,7 +6295,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6307,7 +6307,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6328,8 +6328,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6341,7 +6341,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6353,7 +6353,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6373,7 +6373,7 @@ new ElastigroupAwsIntegrationMesosphere { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6385,7 +6385,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6405,7 +6405,7 @@ new ElastigroupAwsIntegrationMultaiRuntime { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | +| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | --- @@ -6417,7 +6417,7 @@ public string DeploymentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -6444,14 +6444,14 @@ new ElastigroupAwsIntegrationNomad { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6463,7 +6463,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6475,7 +6475,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6487,7 +6487,7 @@ public string AclToken { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6501,7 +6501,7 @@ public object AutoscaleConstraints { get; set; } autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6513,7 +6513,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6527,7 +6527,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6541,7 +6541,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom AutoscaleHeadroom { get; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6553,7 +6553,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6574,8 +6574,8 @@ new ElastigroupAwsIntegrationNomadAutoscaleConstraints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6587,7 +6587,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6599,7 +6599,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6619,7 +6619,7 @@ new ElastigroupAwsIntegrationNomadAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6631,7 +6631,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6653,9 +6653,9 @@ new ElastigroupAwsIntegrationNomadAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6667,7 +6667,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6679,7 +6679,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6691,7 +6691,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6714,10 +6714,10 @@ new ElastigroupAwsIntegrationRancher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6729,7 +6729,7 @@ public string AccessKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6741,7 +6741,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6753,7 +6753,7 @@ public string SecretKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6765,7 +6765,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -6799,7 +6799,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -6822,10 +6822,10 @@ new ElastigroupAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -6837,7 +6837,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -6851,7 +6851,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -6863,7 +6863,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -6875,7 +6875,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -6897,9 +6897,9 @@ new ElastigroupAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -6911,7 +6911,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -6923,7 +6923,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -6935,7 +6935,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -6960,12 +6960,12 @@ new ElastigroupAwsItf { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -6977,7 +6977,7 @@ public object FixedTargetGroups { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -6991,7 +6991,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7005,7 +7005,7 @@ public object TargetGroupConfig { get; set; } target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7017,7 +7017,7 @@ public string WeightStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7031,7 +7031,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup DefaultStaticTargetGroup { get; default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7043,7 +7043,7 @@ public double MigrationHealthinessThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7064,8 +7064,8 @@ new ElastigroupAwsItfDefaultStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7077,7 +7077,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7089,7 +7089,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7111,7 +7111,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.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7125,7 +7125,7 @@ public object ListenerRule { get; set; } listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7137,7 +7137,7 @@ public string LoadBalancerArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7158,7 +7158,7 @@ new ElastigroupAwsItfLoadBalancerListenerRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7171,7 +7171,7 @@ public string RuleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7185,7 +7185,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup StaticTargetGr static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7206,8 +7206,8 @@ new ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7219,7 +7219,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7231,7 +7231,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7263,19 +7263,19 @@ new ElastigroupAwsItfTargetGroupConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7287,7 +7287,7 @@ public string HealthCheckPath { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7299,7 +7299,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7311,7 +7311,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7323,7 +7323,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7335,7 +7335,7 @@ public double HealthCheckIntervalSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7347,7 +7347,7 @@ public string HealthCheckPort { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7359,7 +7359,7 @@ public string HealthCheckProtocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7371,7 +7371,7 @@ public double HealthCheckTimeoutSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7383,7 +7383,7 @@ public double HealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7397,7 +7397,7 @@ public object Matcher { get; set; } matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7409,7 +7409,7 @@ public string ProtocolVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7423,7 +7423,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7435,7 +7435,7 @@ public double UnhealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7456,8 +7456,8 @@ new ElastigroupAwsItfTargetGroupConfigMatcher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7469,7 +7469,7 @@ public string GrpcCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7481,7 +7481,7 @@ public string HttpCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7502,8 +7502,8 @@ new ElastigroupAwsItfTargetGroupConfigTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7515,7 +7515,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7527,7 +7527,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7549,9 +7549,9 @@ new ElastigroupAwsMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7563,7 +7563,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7575,7 +7575,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7587,7 +7587,7 @@ public string InstanceMetadataTags { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7608,8 +7608,8 @@ new ElastigroupAwsMultaiTargetSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | +| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | --- @@ -7621,7 +7621,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. --- @@ -7633,7 +7633,7 @@ public string TargetSetId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. --- @@ -7669,7 +7669,7 @@ public object Expressions { get; set; } expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7683,7 +7683,7 @@ public object Metrics { get; set; } metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -7704,8 +7704,8 @@ new ElastigroupAwsMultipleMetricsExpressions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -7717,7 +7717,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -7729,7 +7729,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7755,13 +7755,13 @@ new ElastigroupAwsMultipleMetricsMetrics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -7773,7 +7773,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -7785,7 +7785,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7797,7 +7797,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -7811,7 +7811,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -7823,7 +7823,7 @@ public string ExtendedStatistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -7835,7 +7835,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -7847,7 +7847,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -7868,8 +7868,8 @@ new ElastigroupAwsMultipleMetricsMetricsDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7881,7 +7881,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7893,7 +7893,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7920,14 +7920,14 @@ new ElastigroupAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -7939,7 +7939,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -7951,7 +7951,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -7963,7 +7963,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -7975,7 +7975,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -7987,7 +7987,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -7999,7 +7999,7 @@ public string NetworkInterfaceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8011,7 +8011,7 @@ public string PrivateIpAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8023,7 +8023,7 @@ public string SecondaryPrivateIpAddressCount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8051,15 +8051,15 @@ new ElastigroupAwsResourceRequirements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8071,7 +8071,7 @@ public double RequiredMemoryMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8083,7 +8083,7 @@ public double RequiredMemoryMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8095,7 +8095,7 @@ public double RequiredVcpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8107,7 +8107,7 @@ public double RequiredVcpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8119,7 +8119,7 @@ public string[] ExcludedInstanceFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8131,7 +8131,7 @@ public string[] ExcludedInstanceGenerations { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8143,7 +8143,7 @@ public string[] ExcludedInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8155,7 +8155,7 @@ public double RequiredGpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8167,7 +8167,7 @@ public double RequiredGpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8190,10 +8190,10 @@ new ElastigroupAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8205,7 +8205,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8217,7 +8217,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8229,7 +8229,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8241,7 +8241,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8262,8 +8262,8 @@ new ElastigroupAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8275,7 +8275,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8287,7 +8287,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8327,27 +8327,27 @@ new ElastigroupAwsScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8359,7 +8359,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8371,7 +8371,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8383,7 +8383,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8395,7 +8395,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8407,7 +8407,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8419,7 +8419,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8433,7 +8433,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8445,7 +8445,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8457,7 +8457,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8469,7 +8469,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8481,7 +8481,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8493,7 +8493,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8505,7 +8505,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8517,7 +8517,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8529,7 +8529,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8541,7 +8541,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8553,7 +8553,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8567,7 +8567,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8579,7 +8579,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8591,7 +8591,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8603,7 +8603,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8624,8 +8624,8 @@ new ElastigroupAwsScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8637,7 +8637,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8649,7 +8649,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8671,7 +8671,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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8685,7 +8685,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -8697,7 +8697,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8723,13 +8723,13 @@ new ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -8741,7 +8741,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -8753,7 +8753,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8765,7 +8765,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8777,7 +8777,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8789,7 +8789,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8801,7 +8801,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8813,7 +8813,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8834,8 +8834,8 @@ new ElastigroupAwsScalingStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -8847,7 +8847,7 @@ public object TerminateAtEndOfBillingHour { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -8859,7 +8859,7 @@ public string TerminationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -8891,19 +8891,19 @@ new ElastigroupAwsScalingTargetPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8915,7 +8915,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8927,7 +8927,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8939,7 +8939,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8951,7 +8951,7 @@ public double Target { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8963,7 +8963,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8977,7 +8977,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8989,7 +8989,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9001,7 +9001,7 @@ public string MaxCapacityPerScale { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9013,7 +9013,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9025,7 +9025,7 @@ public string PredictiveMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9037,7 +9037,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9049,7 +9049,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9061,7 +9061,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9082,8 +9082,8 @@ new ElastigroupAwsScalingTargetPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9095,7 +9095,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9107,7 +9107,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9147,27 +9147,27 @@ new ElastigroupAwsScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9179,7 +9179,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9191,7 +9191,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9203,7 +9203,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9215,7 +9215,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9227,7 +9227,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9239,7 +9239,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9253,7 +9253,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9265,7 +9265,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9277,7 +9277,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9289,7 +9289,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9301,7 +9301,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9313,7 +9313,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9325,7 +9325,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9337,7 +9337,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9349,7 +9349,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9361,7 +9361,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9373,7 +9373,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9387,7 +9387,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9399,7 +9399,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9411,7 +9411,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9423,7 +9423,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9444,8 +9444,8 @@ new ElastigroupAwsScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9457,7 +9457,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9469,7 +9469,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9491,7 +9491,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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9505,7 +9505,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9517,7 +9517,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9543,13 +9543,13 @@ new ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9561,7 +9561,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9573,7 +9573,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9585,7 +9585,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9597,7 +9597,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9609,7 +9609,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9621,7 +9621,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9633,7 +9633,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9667,21 +9667,21 @@ new ElastigroupAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -9693,7 +9693,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -9705,7 +9705,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9717,7 +9717,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -9729,7 +9729,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9741,7 +9741,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -9753,7 +9753,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -9765,7 +9765,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9777,7 +9777,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9789,7 +9789,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -9801,7 +9801,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -9813,7 +9813,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -9825,7 +9825,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -9837,7 +9837,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -9849,7 +9849,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -9861,7 +9861,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -9882,8 +9882,8 @@ new ElastigroupAwsSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -9895,7 +9895,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9907,7 +9907,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -9930,10 +9930,10 @@ new ElastigroupAwsStatefulDeallocation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -9945,7 +9945,7 @@ public object ShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -9957,7 +9957,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -9969,7 +9969,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -9981,7 +9981,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -10002,8 +10002,8 @@ new ElastigroupAwsStatefulInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10015,7 +10015,7 @@ public string StatefulInstanceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10027,7 +10027,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10048,8 +10048,8 @@ new ElastigroupAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10061,7 +10061,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10073,7 +10073,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10096,9 +10096,9 @@ new ElastigroupAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10111,7 +10111,7 @@ public object ShouldResumeStateful { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10123,7 +10123,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10135,7 +10135,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10149,7 +10149,7 @@ public ElastigroupAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10174,12 +10174,12 @@ new ElastigroupAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10191,7 +10191,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10203,7 +10203,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10215,7 +10215,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10229,7 +10229,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10241,7 +10241,7 @@ public double WaitForRollPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10253,7 +10253,7 @@ public double WaitForRollTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10276,10 +10276,10 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10291,7 +10291,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10303,7 +10303,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10317,7 +10317,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure OnFailure { get; se on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10329,7 +10329,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10353,11 +10353,11 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10369,7 +10369,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10381,7 +10381,7 @@ public double BatchNum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10393,7 +10393,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10405,7 +10405,7 @@ public object ShouldDecrementTargetCapacity { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10417,7 +10417,7 @@ public object ShouldHandleAllBatches { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 f29a7cdf6..167618571 100644 --- a/docs/elastigroupAws.go.md +++ b/docs/elastigroupAws.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). # `elastigroupAws` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https:// ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws ``` @@ -1265,7 +1265,7 @@ func ResetWaitForCapacityTimeout() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool ``` @@ -1297,7 +1297,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ``` @@ -1311,7 +1311,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ``` @@ -3358,7 +3358,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsConfig { Connection: interface{}, @@ -3378,7 +3378,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" CapacityUnit: *string, ConsiderOdPricing: interface{}, CpuCredits: *string, - CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsCpuOptions, + CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions, Description: *string, DesiredCapacity: *f64, DrainingTimeout: *f64, @@ -3400,26 +3400,26 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" InstanceTypesPreferredSpot: *[]*string, InstanceTypesSpot: *[]*string, InstanceTypesWeights: interface{}, - IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, - IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, - IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationEcs, - IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationGitlab, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationKubernetes, - IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationMesosphere, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, - IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationNomad, - IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationRancher, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationRoute53, + IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, + IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, + IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs, + IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes, + IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, + IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad, + IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53, Itf: interface{}, KeyName: *string, LifetimePeriod: *string, MaxSize: *f64, - MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsMetadataOptions, + MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions, MinimumInstanceLifetime: *f64, MinSize: *f64, MultaiTargetSets: interface{}, - MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsMultipleMetrics, + MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, OnDemandTypes: *[]*string, @@ -3432,7 +3432,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" Region: *string, ResourceRequirements: interface{}, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot, ScalingDownPolicy: interface{}, ScalingStrategy: interface{}, ScalingTargetPolicy: interface{}, @@ -3441,12 +3441,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" ShutdownScript: *string, Signal: interface{}, SpotPercentage: *f64, - StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsStatefulDeallocation, + StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation, StatefulInstanceAction: interface{}, SubnetIds: *[]*string, Tags: interface{}, TargetGroupArns: *[]*string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy, UserData: *string, UtilizeCommitments: interface{}, UtilizeReservedInstances: interface{}, @@ -3466,37 +3466,37 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -3510,24 +3510,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultaiTargetSets | interface{} | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | ResourceRequirements | interface{} | resource_requirements block. | | ResourceTagSpecification | interface{} | resource_tag_specification block. | | RevertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -3536,20 +3536,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3631,7 +3631,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3643,7 +3643,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3655,7 +3655,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3667,7 +3667,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3679,7 +3679,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3691,7 +3691,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3703,7 +3703,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3715,7 +3715,7 @@ CapacityUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3727,7 +3727,7 @@ ConsiderOdPricing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3739,7 +3739,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3753,7 +3753,7 @@ CpuOptions ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3765,7 +3765,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3777,7 +3777,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3789,7 +3789,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3803,7 +3803,7 @@ EbsBlockDevice interface{} ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3815,7 +3815,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -3827,7 +3827,7 @@ ElasticIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -3839,7 +3839,7 @@ ElasticLoadBalancers *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -3851,7 +3851,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -3865,7 +3865,7 @@ EphemeralBlockDevice interface{} ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -3877,7 +3877,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -3889,7 +3889,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -3901,7 +3901,7 @@ HealthCheckUnhealthyDurationBeforeReplacement *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3913,7 +3913,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -3925,7 +3925,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3940,7 +3940,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -3954,7 +3954,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -3966,7 +3966,7 @@ ImmediateOdRecoverThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -3978,7 +3978,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -3990,7 +3990,7 @@ InstanceTypesPreferredSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4002,7 +4002,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4016,7 +4016,7 @@ InstanceTypesWeights interface{} instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4030,7 +4030,7 @@ IntegrationBeanstalk ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4044,7 +4044,7 @@ IntegrationCodedeploy ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4058,7 +4058,7 @@ IntegrationDockerSwarm ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4072,7 +4072,7 @@ IntegrationEcs ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4086,7 +4086,7 @@ IntegrationGitlab ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4100,7 +4100,7 @@ IntegrationKubernetes ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4114,7 +4114,7 @@ IntegrationMesosphere ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4128,7 +4128,7 @@ IntegrationMultaiRuntime ElastigroupAwsIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -4142,7 +4142,7 @@ IntegrationNomad ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4156,7 +4156,7 @@ IntegrationRancher ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4170,7 +4170,7 @@ IntegrationRoute53 ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4184,7 +4184,7 @@ Itf interface{} itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4196,7 +4196,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4208,7 +4208,7 @@ LifetimePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4220,7 +4220,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4234,7 +4234,7 @@ MetadataOptions ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4246,7 +4246,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4258,7 +4258,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4272,7 +4272,7 @@ MultaiTargetSets interface{} multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -4286,7 +4286,7 @@ MultipleMetrics ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4300,7 +4300,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4312,7 +4312,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4324,7 +4324,7 @@ OnDemandTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4336,7 +4336,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4348,7 +4348,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4360,7 +4360,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4372,7 +4372,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4384,7 +4384,7 @@ PreferredAvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4396,7 +4396,7 @@ PrivateIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4408,7 +4408,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4422,7 +4422,7 @@ ResourceRequirements interface{} resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4436,7 +4436,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4450,7 +4450,7 @@ RevertToSpot ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4464,7 +4464,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4478,7 +4478,7 @@ ScalingStrategy interface{} scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4492,7 +4492,7 @@ ScalingTargetPolicy interface{} scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4506,7 +4506,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4520,7 +4520,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4532,7 +4532,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4546,7 +4546,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4558,7 +4558,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4572,7 +4572,7 @@ StatefulDeallocation ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4586,7 +4586,7 @@ StatefulInstanceAction interface{} stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4598,7 +4598,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4612,7 +4612,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4624,7 +4624,7 @@ TargetGroupArns *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4638,7 +4638,7 @@ UpdatePolicy ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4650,7 +4650,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4662,7 +4662,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4674,7 +4674,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4686,7 +4686,7 @@ WaitForCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4698,7 +4698,7 @@ WaitForCapacityTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4707,7 +4707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsCpuOptions { ThreadsPerCore: *f64, @@ -4718,7 +4718,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4730,7 +4730,7 @@ ThreadsPerCore *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4739,7 +4739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEbsBlockDevice { DeviceName: *string, @@ -4758,15 +4758,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4778,7 +4778,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4790,7 +4790,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4802,7 +4802,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -4814,7 +4814,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -4826,7 +4826,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -4838,7 +4838,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -4850,7 +4850,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -4862,7 +4862,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -4874,7 +4874,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -4883,7 +4883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEphemeralBlockDevice { DeviceName: *string, @@ -4895,8 +4895,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -4908,7 +4908,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4920,7 +4920,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -4929,7 +4929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImages { Image: interface{}, @@ -4954,7 +4954,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -4963,7 +4963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImagesImage { Id: *string, @@ -4974,7 +4974,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -4986,7 +4986,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -4998,7 +4998,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsInstanceTypesWeights { InstanceType: *string, @@ -5010,8 +5010,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5023,7 +5023,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5035,7 +5035,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5044,12 +5044,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalk { - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, EnvironmentId: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, } ``` @@ -5058,7 +5058,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | DeploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| EnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5073,7 +5073,7 @@ DeploymentPreferences ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5085,7 +5085,7 @@ EnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5099,7 +5099,7 @@ ManagedActions ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5108,13 +5108,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, BatchSizePercentage: *f64, GracePeriod: *f64, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, } ``` @@ -5122,9 +5122,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5137,7 +5137,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5149,7 +5149,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5161,7 +5161,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5175,7 +5175,7 @@ Strategy ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5184,7 +5184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -5196,8 +5196,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5209,7 +5209,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5221,7 +5221,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5230,10 +5230,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, } ``` @@ -5255,7 +5255,7 @@ PlatformUpdate ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5264,7 +5264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -5277,9 +5277,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5291,7 +5291,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5303,7 +5303,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5315,7 +5315,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5324,7 +5324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeploy { CleanupOnFailure: interface{}, @@ -5337,9 +5337,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5351,7 +5351,7 @@ CleanupOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5365,7 +5365,7 @@ DeploymentGroups interface{} deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5377,7 +5377,7 @@ TerminateInstanceOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5386,7 +5386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups { ApplicationName: *string, @@ -5398,8 +5398,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5411,7 +5411,7 @@ ApplicationName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5423,7 +5423,7 @@ DeploymentGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5432,14 +5432,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarm { MasterHost: *string, MasterPort: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -5448,12 +5448,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5465,7 +5465,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5477,7 +5477,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5489,7 +5489,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5503,7 +5503,7 @@ AutoscaleDown ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5517,7 +5517,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5529,7 +5529,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5538,7 +5538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { EvaluationPeriods: *f64, @@ -5550,8 +5550,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5563,7 +5563,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5575,7 +5575,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5584,7 +5584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5597,9 +5597,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5611,7 +5611,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5623,7 +5623,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5635,7 +5635,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5644,18 +5644,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcs { ClusterName: *string, AutoscaleAttributes: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleScaleDownNonServiceTasks: interface{}, - Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, + Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, } ``` @@ -5663,14 +5663,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5683,7 +5683,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5697,7 +5697,7 @@ AutoscaleAttributes interface{} autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5709,7 +5709,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5723,7 +5723,7 @@ AutoscaleDown ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5737,7 +5737,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5749,7 +5749,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5761,7 +5761,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5773,7 +5773,7 @@ AutoscaleScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5787,7 +5787,7 @@ Batch ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -5796,7 +5796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes { Key: *string, @@ -5808,8 +5808,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -5821,7 +5821,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -5833,7 +5833,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -5842,7 +5842,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown { EvaluationPeriods: *f64, @@ -5854,8 +5854,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5867,7 +5867,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5879,7 +5879,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5888,7 +5888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5901,9 +5901,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5915,7 +5915,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5927,7 +5927,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5939,7 +5939,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5948,7 +5948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsBatch { JobQueueNames: *[]*string, @@ -5959,7 +5959,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -5971,7 +5971,7 @@ JobQueueNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -5980,10 +5980,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlab { - Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, + Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, } ``` @@ -6005,7 +6005,7 @@ Runner ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6014,7 +6014,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner { IsEnabled: interface{}, @@ -6025,7 +6025,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6037,7 +6037,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6046,13 +6046,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetes { ApiServer: *string, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -6066,16 +6066,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6087,7 +6087,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6099,7 +6099,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6113,7 +6113,7 @@ AutoscaleDown ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6127,7 +6127,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6139,7 +6139,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6151,7 +6151,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6165,7 +6165,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6177,7 +6177,7 @@ ClusterIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6189,7 +6189,7 @@ IntegrationMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6201,7 +6201,7 @@ Token *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6210,7 +6210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown { EvaluationPeriods: *f64, @@ -6222,8 +6222,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6235,7 +6235,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6247,7 +6247,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6256,7 +6256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6269,9 +6269,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6283,7 +6283,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6295,7 +6295,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6307,7 +6307,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6316,7 +6316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels { Key: *string, @@ -6328,8 +6328,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6341,7 +6341,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6353,7 +6353,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6362,7 +6362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMesosphere { ApiServer: *string, @@ -6373,7 +6373,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6385,7 +6385,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6394,7 +6394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { DeploymentId: *string, @@ -6405,7 +6405,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | +| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | --- @@ -6417,7 +6417,7 @@ DeploymentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -6426,7 +6426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomad { MasterHost: *string, @@ -6434,8 +6434,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" AclToken: *string, AutoscaleConstraints: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -6444,14 +6444,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6463,7 +6463,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6475,7 +6475,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6487,7 +6487,7 @@ AclToken *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6501,7 +6501,7 @@ AutoscaleConstraints interface{} autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6513,7 +6513,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6527,7 +6527,7 @@ AutoscaleDown ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6541,7 +6541,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6553,7 +6553,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6562,7 +6562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints { Key: *string, @@ -6574,8 +6574,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6587,7 +6587,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6599,7 +6599,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6608,7 +6608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown { EvaluationPeriods: *f64, @@ -6619,7 +6619,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6631,7 +6631,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6640,7 +6640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6653,9 +6653,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6667,7 +6667,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6679,7 +6679,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6691,7 +6691,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6700,7 +6700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRancher { AccessKey: *string, @@ -6714,10 +6714,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6729,7 +6729,7 @@ AccessKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6741,7 +6741,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6753,7 +6753,7 @@ SecretKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6765,7 +6765,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -6774,7 +6774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53 { Domains: interface{}, @@ -6799,7 +6799,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -6808,7 +6808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -6822,10 +6822,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -6837,7 +6837,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -6851,7 +6851,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -6863,7 +6863,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -6875,7 +6875,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -6884,7 +6884,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -6897,9 +6897,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -6911,7 +6911,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -6923,7 +6923,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -6935,7 +6935,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -6944,14 +6944,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItf { FixedTargetGroups: interface{}, LoadBalancer: interface{}, TargetGroupConfig: interface{}, WeightStrategy: *string, - DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, + DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, MigrationHealthinessThreshold: *f64, } ``` @@ -6960,12 +6960,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -6977,7 +6977,7 @@ FixedTargetGroups interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -6991,7 +6991,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7005,7 +7005,7 @@ TargetGroupConfig interface{} target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7017,7 +7017,7 @@ WeightStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7031,7 +7031,7 @@ DefaultStaticTargetGroup ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7043,7 +7043,7 @@ MigrationHealthinessThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7052,7 +7052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup { Arn: *string, @@ -7064,8 +7064,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7077,7 +7077,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7089,7 +7089,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7098,7 +7098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancer { ListenerRule: interface{}, @@ -7111,7 +7111,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | ListenerRule | interface{} | listener_rule block. | -| LoadBalancerArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7125,7 +7125,7 @@ ListenerRule interface{} listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7137,7 +7137,7 @@ LoadBalancerArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7146,11 +7146,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule { RuleArn: *string, - StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, + StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, } ``` @@ -7158,7 +7158,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7171,7 +7171,7 @@ RuleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7185,7 +7185,7 @@ StaticTargetGroup ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7194,7 +7194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { Arn: *string, @@ -7206,8 +7206,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7219,7 +7219,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7231,7 +7231,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7240,7 +7240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfig { HealthCheckPath: *string, @@ -7263,19 +7263,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7287,7 +7287,7 @@ HealthCheckPath *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7299,7 +7299,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7311,7 +7311,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7323,7 +7323,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7335,7 +7335,7 @@ HealthCheckIntervalSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7347,7 +7347,7 @@ HealthCheckPort *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7359,7 +7359,7 @@ HealthCheckProtocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7371,7 +7371,7 @@ HealthCheckTimeoutSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7383,7 +7383,7 @@ HealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7397,7 +7397,7 @@ Matcher interface{} matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7409,7 +7409,7 @@ ProtocolVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7423,7 +7423,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7435,7 +7435,7 @@ UnhealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7444,7 +7444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher { GrpcCode: *string, @@ -7456,8 +7456,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7469,7 +7469,7 @@ GrpcCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7481,7 +7481,7 @@ HttpCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7490,7 +7490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags { TagKey: *string, @@ -7502,8 +7502,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7515,7 +7515,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7527,7 +7527,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7536,7 +7536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMetadataOptions { HttpTokens: *string, @@ -7549,9 +7549,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7563,7 +7563,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7575,7 +7575,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7587,7 +7587,7 @@ InstanceMetadataTags *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7596,7 +7596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultaiTargetSets { BalancerId: *string, @@ -7608,8 +7608,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | +| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | --- @@ -7621,7 +7621,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. --- @@ -7633,7 +7633,7 @@ TargetSetId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. --- @@ -7642,7 +7642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetrics { Expressions: interface{}, @@ -7669,7 +7669,7 @@ Expressions interface{} expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7683,7 +7683,7 @@ Metrics interface{} metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -7692,7 +7692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions { Expression: *string, @@ -7704,8 +7704,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -7717,7 +7717,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -7729,7 +7729,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7738,7 +7738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics { MetricName: *string, @@ -7755,13 +7755,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -7773,7 +7773,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -7785,7 +7785,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7797,7 +7797,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -7811,7 +7811,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -7823,7 +7823,7 @@ ExtendedStatistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -7835,7 +7835,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -7847,7 +7847,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -7856,7 +7856,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions { Name: *string, @@ -7868,8 +7868,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7881,7 +7881,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7893,7 +7893,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7902,7 +7902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsNetworkInterface { DeviceIndex: *string, @@ -7920,14 +7920,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -7939,7 +7939,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -7951,7 +7951,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -7963,7 +7963,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -7975,7 +7975,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -7987,7 +7987,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -7999,7 +7999,7 @@ NetworkInterfaceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8011,7 +8011,7 @@ PrivateIpAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8023,7 +8023,7 @@ SecondaryPrivateIpAddressCount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8032,7 +8032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceRequirements { RequiredMemoryMaximum: *f64, @@ -8051,15 +8051,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8071,7 +8071,7 @@ RequiredMemoryMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8083,7 +8083,7 @@ RequiredMemoryMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8095,7 +8095,7 @@ RequiredVcpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8107,7 +8107,7 @@ RequiredVcpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8119,7 +8119,7 @@ ExcludedInstanceFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8131,7 +8131,7 @@ ExcludedInstanceGenerations *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8143,7 +8143,7 @@ ExcludedInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8155,7 +8155,7 @@ RequiredGpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8167,7 +8167,7 @@ RequiredGpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8176,7 +8176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -8190,10 +8190,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8205,7 +8205,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8217,7 +8217,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8229,7 +8229,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8241,7 +8241,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8250,7 +8250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsRevertToSpot { PerformAt: *string, @@ -8262,8 +8262,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8275,7 +8275,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8287,7 +8287,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8296,7 +8296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicy { MetricName: *string, @@ -8327,27 +8327,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8359,7 +8359,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8371,7 +8371,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8383,7 +8383,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8395,7 +8395,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8407,7 +8407,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8419,7 +8419,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8433,7 +8433,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8445,7 +8445,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8457,7 +8457,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8469,7 +8469,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8481,7 +8481,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8493,7 +8493,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8505,7 +8505,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8517,7 +8517,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8529,7 +8529,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8541,7 +8541,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8553,7 +8553,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8567,7 +8567,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8579,7 +8579,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8591,7 +8591,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8603,7 +8603,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8612,7 +8612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions { Name: *string, @@ -8624,8 +8624,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8637,7 +8637,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8649,7 +8649,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8658,10 +8658,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -8671,7 +8671,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8685,7 +8685,7 @@ Action ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -8697,7 +8697,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8706,7 +8706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { Type: *string, @@ -8723,13 +8723,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -8741,7 +8741,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -8753,7 +8753,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8765,7 +8765,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8777,7 +8777,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8789,7 +8789,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8801,7 +8801,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8813,7 +8813,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8822,7 +8822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingStrategy { TerminateAtEndOfBillingHour: interface{}, @@ -8834,8 +8834,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -8847,7 +8847,7 @@ TerminateAtEndOfBillingHour interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -8859,7 +8859,7 @@ TerminationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -8868,7 +8868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicy { MetricName: *string, @@ -8891,19 +8891,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8915,7 +8915,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8927,7 +8927,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8939,7 +8939,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8951,7 +8951,7 @@ Target *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8963,7 +8963,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8977,7 +8977,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8989,7 +8989,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9001,7 +9001,7 @@ MaxCapacityPerScale *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9013,7 +9013,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9025,7 +9025,7 @@ PredictiveMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9037,7 +9037,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9049,7 +9049,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9061,7 +9061,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9070,7 +9070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions { Name: *string, @@ -9082,8 +9082,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9095,7 +9095,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9107,7 +9107,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9116,7 +9116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicy { MetricName: *string, @@ -9147,27 +9147,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9179,7 +9179,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9191,7 +9191,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9203,7 +9203,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9215,7 +9215,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9227,7 +9227,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9239,7 +9239,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9253,7 +9253,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9265,7 +9265,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9277,7 +9277,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9289,7 +9289,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9301,7 +9301,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9313,7 +9313,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9325,7 +9325,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9337,7 +9337,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9349,7 +9349,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9361,7 +9361,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9373,7 +9373,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9387,7 +9387,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9399,7 +9399,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9411,7 +9411,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9423,7 +9423,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9432,7 +9432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions { Name: *string, @@ -9444,8 +9444,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9457,7 +9457,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9469,7 +9469,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9478,10 +9478,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9491,7 +9491,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9505,7 +9505,7 @@ Action ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9517,7 +9517,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9526,7 +9526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { Type: *string, @@ -9543,13 +9543,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9561,7 +9561,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9573,7 +9573,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9585,7 +9585,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9597,7 +9597,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9609,7 +9609,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9621,7 +9621,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9633,7 +9633,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9642,7 +9642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScheduledTask { TaskType: *string, @@ -9667,21 +9667,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -9693,7 +9693,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -9705,7 +9705,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9717,7 +9717,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -9729,7 +9729,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9741,7 +9741,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -9753,7 +9753,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -9765,7 +9765,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9777,7 +9777,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9789,7 +9789,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -9801,7 +9801,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -9813,7 +9813,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -9825,7 +9825,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -9837,7 +9837,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -9849,7 +9849,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -9861,7 +9861,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -9870,7 +9870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsSignal { Name: *string, @@ -9882,8 +9882,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -9895,7 +9895,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9907,7 +9907,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -9916,7 +9916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulDeallocation { ShouldDeleteImages: interface{}, @@ -9930,10 +9930,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -9945,7 +9945,7 @@ ShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -9957,7 +9957,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -9969,7 +9969,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -9981,7 +9981,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -9990,7 +9990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulInstanceAction { StatefulInstanceId: *string, @@ -10002,8 +10002,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10015,7 +10015,7 @@ StatefulInstanceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10027,7 +10027,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10036,7 +10036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsTags { Key: *string, @@ -10048,8 +10048,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10061,7 +10061,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10073,7 +10073,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10082,13 +10082,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicy { ShouldResumeStateful: interface{}, ShouldRoll: interface{}, AutoApplyTags: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, } ``` @@ -10096,9 +10096,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10111,7 +10111,7 @@ ShouldResumeStateful interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10123,7 +10123,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10135,7 +10135,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10149,7 +10149,7 @@ RollConfig ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10158,13 +10158,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, GracePeriod: *f64, HealthCheckType: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, WaitForRollPercentage: *f64, WaitForRollTimeout: *f64, } @@ -10174,12 +10174,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10191,7 +10191,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10203,7 +10203,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10215,7 +10215,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10229,7 +10229,7 @@ Strategy ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10241,7 +10241,7 @@ WaitForRollPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10253,7 +10253,7 @@ WaitForRollTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10262,12 +10262,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy { Action: *string, BatchMinHealthyPercentage: *f64, - OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, + OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, ShouldDrainInstances: interface{}, } ``` @@ -10276,10 +10276,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10291,7 +10291,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10303,7 +10303,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10317,7 +10317,7 @@ OnFailure ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10329,7 +10329,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10338,7 +10338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { ActionType: *string, @@ -10353,11 +10353,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10369,7 +10369,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10381,7 +10381,7 @@ BatchNum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10393,7 +10393,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10405,7 +10405,7 @@ ShouldDecrementTargetCapacity interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10417,7 +10417,7 @@ ShouldHandleAllBatches interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -10428,7 +10428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference ``` @@ -10699,7 +10699,7 @@ func InternalValue() ElastigroupAwsCpuOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList ``` @@ -10842,7 +10842,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference ``` @@ -11363,7 +11363,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList ``` @@ -11506,7 +11506,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference ``` @@ -11817,7 +11817,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList ``` @@ -11960,7 +11960,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference ``` @@ -12249,7 +12249,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList ``` @@ -12392,7 +12392,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference ``` @@ -12694,7 +12694,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList ``` @@ -12837,7 +12837,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference ``` @@ -13148,7 +13148,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference ``` @@ -13526,7 +13526,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -13833,7 +13833,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ``` @@ -14124,7 +14124,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -14460,7 +14460,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference ``` @@ -14822,7 +14822,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList ``` @@ -14965,7 +14965,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference ``` @@ -15276,7 +15276,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference ``` @@ -15604,7 +15604,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ``` @@ -15911,7 +15911,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference ``` @@ -16247,7 +16247,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference ``` @@ -16682,7 +16682,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList ``` @@ -16825,7 +16825,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference ``` @@ -17136,7 +17136,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference ``` @@ -17443,7 +17443,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference ``` @@ -17779,7 +17779,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference ``` @@ -18050,7 +18050,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference ``` @@ -18605,7 +18605,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference ``` @@ -18896,7 +18896,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference ``` @@ -19174,7 +19174,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ``` @@ -19481,7 +19481,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference ``` @@ -19817,7 +19817,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList ``` @@ -19960,7 +19960,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference ``` @@ -20271,7 +20271,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference ``` @@ -20849,7 +20849,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference ``` @@ -21120,7 +21120,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference ``` @@ -21391,7 +21391,7 @@ func InternalValue() ElastigroupAwsIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` @@ -21534,7 +21534,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` @@ -21845,7 +21845,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference ``` @@ -22123,7 +22123,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference ``` @@ -22459,7 +22459,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference ``` @@ -22965,7 +22965,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference ``` @@ -23309,7 +23309,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList ``` @@ -23452,7 +23452,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference ``` @@ -23834,7 +23834,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -23977,7 +23977,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -24324,7 +24324,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference ``` @@ -24608,7 +24608,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference ``` @@ -24901,7 +24901,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList ``` @@ -25044,7 +25044,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList ``` @@ -25187,7 +25187,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList ``` @@ -25330,7 +25330,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference ``` @@ -25661,7 +25661,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference ``` @@ -25954,7 +25954,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference ``` @@ -26278,7 +26278,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference ``` @@ -26730,7 +26730,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList ``` @@ -26873,7 +26873,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList ``` @@ -27016,7 +27016,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference ``` @@ -27341,7 +27341,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference ``` @@ -27983,7 +27983,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList ``` @@ -28126,7 +28126,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference ``` @@ -28444,7 +28444,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference ``` @@ -28773,7 +28773,7 @@ func InternalValue() ElastigroupAwsMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList ``` @@ -28916,7 +28916,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference ``` @@ -29227,7 +29227,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList ``` @@ -29370,7 +29370,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference ``` @@ -29681,7 +29681,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList ``` @@ -29824,7 +29824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference ``` @@ -30142,7 +30142,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList ``` @@ -30285,7 +30285,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference ``` @@ -30747,7 +30747,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference ``` @@ -31080,7 +31080,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList ``` @@ -31223,7 +31223,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference ``` @@ -31715,7 +31715,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList ``` @@ -31858,7 +31858,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference ``` @@ -32358,7 +32358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList ``` @@ -32501,7 +32501,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference ``` @@ -32884,7 +32884,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference ``` @@ -33184,7 +33184,7 @@ func InternalValue() ElastigroupAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList ``` @@ -33327,7 +33327,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference ``` @@ -33645,7 +33645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList ``` @@ -33788,7 +33788,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference ``` @@ -34669,7 +34669,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference ``` @@ -35114,7 +35114,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList ``` @@ -35257,7 +35257,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference ``` @@ -35581,7 +35581,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList ``` @@ -35724,7 +35724,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference ``` @@ -36049,7 +36049,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList ``` @@ -36192,7 +36192,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference ``` @@ -36510,7 +36510,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList ``` @@ -36653,7 +36653,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference ``` @@ -37282,7 +37282,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList ``` @@ -37425,7 +37425,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference ``` @@ -37743,7 +37743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList ``` @@ -37886,7 +37886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference ``` @@ -38767,7 +38767,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference ``` @@ -39212,7 +39212,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList ``` @@ -39355,7 +39355,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference ``` @@ -39679,7 +39679,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList ``` @@ -39822,7 +39822,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference ``` @@ -40517,7 +40517,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList ``` @@ -40660,7 +40660,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference ``` @@ -40978,7 +40978,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference ``` @@ -41343,7 +41343,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList ``` @@ -41486,7 +41486,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference ``` @@ -41797,7 +41797,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList ``` @@ -41940,7 +41940,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference ``` @@ -42265,7 +42265,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference ``` @@ -42629,7 +42629,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference ``` @@ -43058,7 +43058,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference ``` @@ -43445,7 +43445,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference ``` diff --git a/docs/elastigroupAws.java.md b/docs/elastigroupAws.java.md index 80f57a23e..27d98141b 100644 --- a/docs/elastigroupAws.java.md +++ b/docs/elastigroupAws.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). # `elastigroupAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https:// ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -151,37 +151,37 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -195,24 +195,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multaiTargetSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -221,20 +221,20 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -302,7 +302,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.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -310,7 +310,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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -318,7 +318,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.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -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.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -334,7 +334,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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -342,7 +342,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.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -350,7 +350,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.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -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.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -366,7 +366,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.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -374,7 +374,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.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -384,7 +384,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.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -392,7 +392,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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -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.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -418,7 +418,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.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -426,7 +426,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.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -434,7 +434,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.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -442,7 +442,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.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -450,7 +450,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.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -460,7 +460,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.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -468,7 +468,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -500,7 +500,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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -511,7 +511,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.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -521,7 +521,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.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -529,7 +529,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.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -537,7 +537,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -545,7 +545,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -553,7 +553,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -563,7 +563,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -573,7 +573,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.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -583,7 +583,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.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -593,7 +593,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.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -603,7 +603,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.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -613,7 +613,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.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -623,7 +623,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.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -633,7 +633,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.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -653,7 +653,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.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -663,7 +663,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.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -673,7 +673,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.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -683,7 +683,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.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -691,7 +691,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.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -699,7 +699,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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -707,7 +707,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.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -717,7 +717,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.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -725,7 +725,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.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -733,7 +733,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.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -743,7 +743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -753,7 +753,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.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -763,7 +763,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.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -771,7 +771,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.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -779,7 +779,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.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -787,7 +787,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.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -795,7 +795,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.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -803,7 +803,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.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -811,7 +811,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.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -819,7 +819,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.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -827,7 +827,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.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -835,7 +835,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.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -845,7 +845,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.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -855,7 +855,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.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -865,7 +865,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.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -875,7 +875,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -885,7 +885,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.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -895,7 +895,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -905,7 +905,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -915,7 +915,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.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -923,7 +923,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.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -933,7 +933,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.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -941,7 +941,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.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -951,7 +951,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.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -961,7 +961,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.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -969,7 +969,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.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -979,7 +979,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.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -987,7 +987,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.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -997,7 +997,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.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -1005,7 +1005,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.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -1013,7 +1013,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.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -1021,7 +1021,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.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1029,7 +1029,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1037,7 +1037,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4487,37 +4487,37 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| availabilityZones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -4531,24 +4531,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multaiTargetSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -4557,20 +4557,20 @@ ElastigroupAwsConfig.builder() | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -4652,7 +4652,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.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -4664,7 +4664,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -4676,7 +4676,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -4688,7 +4688,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -4700,7 +4700,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -4712,7 +4712,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -4724,7 +4724,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -4736,7 +4736,7 @@ public java.lang.String getCapacityUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -4748,7 +4748,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.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -4760,7 +4760,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -4774,7 +4774,7 @@ public ElastigroupAwsCpuOptions getCpuOptions(); cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -4786,7 +4786,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -4798,7 +4798,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -4810,7 +4810,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -4824,7 +4824,7 @@ public java.lang.Object getEbsBlockDevice(); ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -4836,7 +4836,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.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -4848,7 +4848,7 @@ public java.util.List getElasticIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -4860,7 +4860,7 @@ public java.util.List getElasticLoadBalancers(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -4872,7 +4872,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.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -4886,7 +4886,7 @@ public java.lang.Object getEphemeralBlockDevice(); ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -4898,7 +4898,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -4910,7 +4910,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4922,7 +4922,7 @@ public java.lang.Number getHealthCheckUnhealthyDurationBeforeReplacement(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4934,7 +4934,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4946,7 +4946,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -4961,7 +4961,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4975,7 +4975,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4987,7 +4987,7 @@ public java.lang.Number getImmediateOdRecoverThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4999,7 +4999,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5011,7 +5011,7 @@ public java.util.List getInstanceTypesPreferredSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5023,7 +5023,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5037,7 +5037,7 @@ public java.lang.Object getInstanceTypesWeights(); instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5051,7 +5051,7 @@ public ElastigroupAwsIntegrationBeanstalk getIntegrationBeanstalk(); integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5065,7 +5065,7 @@ public ElastigroupAwsIntegrationCodedeploy getIntegrationCodedeploy(); integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5079,7 +5079,7 @@ public ElastigroupAwsIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5093,7 +5093,7 @@ public ElastigroupAwsIntegrationEcs getIntegrationEcs(); integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5107,7 +5107,7 @@ public ElastigroupAwsIntegrationGitlab getIntegrationGitlab(); integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5121,7 +5121,7 @@ public ElastigroupAwsIntegrationKubernetes getIntegrationKubernetes(); integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5135,7 +5135,7 @@ public ElastigroupAwsIntegrationMesosphere getIntegrationMesosphere(); integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5149,7 +5149,7 @@ public ElastigroupAwsIntegrationMultaiRuntime getIntegrationMultaiRuntime(); integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -5163,7 +5163,7 @@ public ElastigroupAwsIntegrationNomad getIntegrationNomad(); integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5177,7 +5177,7 @@ public ElastigroupAwsIntegrationRancher getIntegrationRancher(); integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5191,7 +5191,7 @@ public ElastigroupAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5205,7 +5205,7 @@ public java.lang.Object getItf(); itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5217,7 +5217,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5229,7 +5229,7 @@ public java.lang.String getLifetimePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -5241,7 +5241,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -5255,7 +5255,7 @@ public ElastigroupAwsMetadataOptions getMetadataOptions(); metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -5267,7 +5267,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -5279,7 +5279,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -5293,7 +5293,7 @@ public java.lang.Object getMultaiTargetSets(); multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -5307,7 +5307,7 @@ public ElastigroupAwsMultipleMetrics getMultipleMetrics(); multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -5321,7 +5321,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -5333,7 +5333,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -5345,7 +5345,7 @@ public java.util.List getOnDemandTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -5357,7 +5357,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.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -5369,7 +5369,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.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -5381,7 +5381,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.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -5393,7 +5393,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -5405,7 +5405,7 @@ public java.util.List getPreferredAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -5417,7 +5417,7 @@ public java.util.List getPrivateIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -5429,7 +5429,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -5443,7 +5443,7 @@ public java.lang.Object getResourceRequirements(); resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -5457,7 +5457,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -5471,7 +5471,7 @@ public ElastigroupAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -5485,7 +5485,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -5499,7 +5499,7 @@ public java.lang.Object getScalingStrategy(); scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -5513,7 +5513,7 @@ public java.lang.Object getScalingTargetPolicy(); scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -5527,7 +5527,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -5541,7 +5541,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -5553,7 +5553,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -5567,7 +5567,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -5579,7 +5579,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -5593,7 +5593,7 @@ public ElastigroupAwsStatefulDeallocation getStatefulDeallocation(); stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -5607,7 +5607,7 @@ public java.lang.Object getStatefulInstanceAction(); stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -5619,7 +5619,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -5633,7 +5633,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -5645,7 +5645,7 @@ public java.util.List getTargetGroupArns(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -5659,7 +5659,7 @@ public ElastigroupAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -5671,7 +5671,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -5683,7 +5683,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.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -5695,7 +5695,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.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -5707,7 +5707,7 @@ public java.lang.Number getWaitForCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -5719,7 +5719,7 @@ public java.lang.Number getWaitForCapacityTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -5739,7 +5739,7 @@ ElastigroupAwsCpuOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -5751,7 +5751,7 @@ public java.lang.Number getThreadsPerCore(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -5781,15 +5781,15 @@ ElastigroupAwsEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -5801,7 +5801,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5813,7 +5813,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.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -5825,7 +5825,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.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -5837,7 +5837,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -5849,7 +5849,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -5861,7 +5861,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -5873,7 +5873,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -5885,7 +5885,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -5897,7 +5897,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -5918,8 +5918,8 @@ ElastigroupAwsEphemeralBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5931,7 +5931,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5943,7 +5943,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5978,7 +5978,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5998,7 +5998,7 @@ ElastigroupAwsImagesImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6010,7 +6010,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -6034,8 +6034,8 @@ ElastigroupAwsInstanceTypesWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6047,7 +6047,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6059,7 +6059,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6082,7 +6082,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.141.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.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6097,7 +6097,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences getDeploymentPref deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6109,7 +6109,7 @@ public java.lang.String getEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -6123,7 +6123,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -6147,9 +6147,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -6162,7 +6162,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.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -6174,7 +6174,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -6186,7 +6186,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -6200,7 +6200,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy getStrate strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -6222,8 +6222,8 @@ ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -6235,7 +6235,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -6247,7 +6247,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -6281,7 +6281,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate getPlatfor platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -6303,9 +6303,9 @@ ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -6317,7 +6317,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -6329,7 +6329,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -6341,7 +6341,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -6366,9 +6366,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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -6380,7 +6380,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.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -6394,7 +6394,7 @@ public java.lang.Object getDeploymentGroups(); deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -6406,7 +6406,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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -6427,8 +6427,8 @@ ElastigroupAwsIntegrationCodedeployDeploymentGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -6440,7 +6440,7 @@ public java.lang.String getApplicationName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -6452,7 +6452,7 @@ public java.lang.String getDeploymentGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -6478,12 +6478,12 @@ ElastigroupAwsIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6495,7 +6495,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6507,7 +6507,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6519,7 +6519,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6533,7 +6533,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6547,7 +6547,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom getAutoscaleHeadroo autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6559,7 +6559,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6580,8 +6580,8 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6593,7 +6593,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6605,7 +6605,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6627,9 +6627,9 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6641,7 +6641,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6653,7 +6653,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6665,7 +6665,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6697,14 +6697,14 @@ ElastigroupAwsIntegrationEcs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -6717,7 +6717,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -6731,7 +6731,7 @@ public java.lang.Object getAutoscaleAttributes(); autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -6743,7 +6743,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6757,7 +6757,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6771,7 +6771,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6783,7 +6783,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6795,7 +6795,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6807,7 +6807,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -6821,7 +6821,7 @@ public ElastigroupAwsIntegrationEcsBatch getBatch(); batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -6842,8 +6842,8 @@ ElastigroupAwsIntegrationEcsAutoscaleAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6855,7 +6855,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6867,7 +6867,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6888,8 +6888,8 @@ ElastigroupAwsIntegrationEcsAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6901,7 +6901,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6913,7 +6913,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6935,9 +6935,9 @@ ElastigroupAwsIntegrationEcsAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6949,7 +6949,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6961,7 +6961,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6973,7 +6973,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6993,7 +6993,7 @@ ElastigroupAwsIntegrationEcsBatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7005,7 +7005,7 @@ public java.util.List getJobQueueNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7039,7 +7039,7 @@ public ElastigroupAwsIntegrationGitlabRunner getRunner(); runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7060,7 +7060,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.141.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.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7072,7 +7072,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7104,16 +7104,16 @@ ElastigroupAwsIntegrationKubernetes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7125,7 +7125,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7137,7 +7137,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7151,7 +7151,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7165,7 +7165,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom getAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7177,7 +7177,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7189,7 +7189,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7203,7 +7203,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -7215,7 +7215,7 @@ public java.lang.String getClusterIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -7227,7 +7227,7 @@ public java.lang.String getIntegrationMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -7239,7 +7239,7 @@ public java.lang.String getToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -7260,8 +7260,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7273,7 +7273,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7285,7 +7285,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7307,9 +7307,9 @@ ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7321,7 +7321,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7333,7 +7333,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7345,7 +7345,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7366,8 +7366,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7379,7 +7379,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7391,7 +7391,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7411,7 +7411,7 @@ ElastigroupAwsIntegrationMesosphere.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -7423,7 +7423,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7443,7 +7443,7 @@ ElastigroupAwsIntegrationMultaiRuntime.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | +| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | --- @@ -7455,7 +7455,7 @@ public java.lang.String getDeploymentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -7484,14 +7484,14 @@ ElastigroupAwsIntegrationNomad.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7503,7 +7503,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7515,7 +7515,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7527,7 +7527,7 @@ public java.lang.String getAclToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -7541,7 +7541,7 @@ public java.lang.Object getAutoscaleConstraints(); autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -7553,7 +7553,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7567,7 +7567,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7581,7 +7581,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7593,7 +7593,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7614,8 +7614,8 @@ ElastigroupAwsIntegrationNomadAutoscaleConstraints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7627,7 +7627,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7639,7 +7639,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7659,7 +7659,7 @@ ElastigroupAwsIntegrationNomadAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -7671,7 +7671,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7693,9 +7693,9 @@ ElastigroupAwsIntegrationNomadAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7707,7 +7707,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7719,7 +7719,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7731,7 +7731,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7754,10 +7754,10 @@ ElastigroupAwsIntegrationRancher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -7769,7 +7769,7 @@ public java.lang.String getAccessKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -7781,7 +7781,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7793,7 +7793,7 @@ public java.lang.String getSecretKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -7805,7 +7805,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -7840,7 +7840,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -7864,10 +7864,10 @@ ElastigroupAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -7879,7 +7879,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -7893,7 +7893,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -7905,7 +7905,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -7917,7 +7917,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -7941,9 +7941,9 @@ ElastigroupAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -7955,7 +7955,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7967,7 +7967,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.141.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.142.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -7979,7 +7979,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.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8007,12 +8007,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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8024,7 +8024,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.141.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.142.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8038,7 +8038,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8052,7 +8052,7 @@ public java.lang.Object getTargetGroupConfig(); target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8064,7 +8064,7 @@ public java.lang.String getWeightStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8078,7 +8078,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup getDefaultStaticTargetGroup(); default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8090,7 +8090,7 @@ public java.lang.Number getMigrationHealthinessThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8111,8 +8111,8 @@ ElastigroupAwsItfDefaultStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8124,7 +8124,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8136,7 +8136,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8159,7 +8159,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.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -8173,7 +8173,7 @@ public java.lang.Object getListenerRule(); listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -8185,7 +8185,7 @@ public java.lang.String getLoadBalancerArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -8206,7 +8206,7 @@ ElastigroupAwsItfLoadBalancerListenerRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -8219,7 +8219,7 @@ public java.lang.String getRuleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -8233,7 +8233,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup getStaticTarge static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -8254,8 +8254,8 @@ ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8267,7 +8267,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8279,7 +8279,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8313,19 +8313,19 @@ ElastigroupAwsItfTargetGroupConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -8337,7 +8337,7 @@ public java.lang.String getHealthCheckPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -8349,7 +8349,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -8361,7 +8361,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -8373,7 +8373,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -8385,7 +8385,7 @@ public java.lang.Number getHealthCheckIntervalSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -8397,7 +8397,7 @@ public java.lang.String getHealthCheckPort(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -8409,7 +8409,7 @@ public java.lang.String getHealthCheckProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -8421,7 +8421,7 @@ public java.lang.Number getHealthCheckTimeoutSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -8433,7 +8433,7 @@ public java.lang.Number getHealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -8447,7 +8447,7 @@ public java.lang.Object getMatcher(); matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -8459,7 +8459,7 @@ public java.lang.String getProtocolVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -8473,7 +8473,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -8485,7 +8485,7 @@ public java.lang.Number getUnhealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -8506,8 +8506,8 @@ ElastigroupAwsItfTargetGroupConfigMatcher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -8519,7 +8519,7 @@ public java.lang.String getGrpcCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -8531,7 +8531,7 @@ public java.lang.String getHttpCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -8552,8 +8552,8 @@ ElastigroupAwsItfTargetGroupConfigTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -8565,7 +8565,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -8577,7 +8577,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -8599,9 +8599,9 @@ ElastigroupAwsMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -8613,7 +8613,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -8625,7 +8625,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -8637,7 +8637,7 @@ public java.lang.String getInstanceMetadataTags(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -8658,8 +8658,8 @@ ElastigroupAwsMultaiTargetSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | +| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | --- @@ -8671,7 +8671,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. --- @@ -8683,7 +8683,7 @@ public java.lang.String getTargetSetId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. --- @@ -8721,7 +8721,7 @@ public java.lang.Object getExpressions(); expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -8735,7 +8735,7 @@ public java.lang.Object getMetrics(); metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -8756,8 +8756,8 @@ ElastigroupAwsMultipleMetricsExpressions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -8769,7 +8769,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -8781,7 +8781,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8808,13 +8808,13 @@ ElastigroupAwsMultipleMetricsMetrics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8826,7 +8826,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8838,7 +8838,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8850,7 +8850,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8864,7 +8864,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8876,7 +8876,7 @@ public java.lang.String getExtendedStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -8888,7 +8888,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8900,7 +8900,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8921,8 +8921,8 @@ ElastigroupAwsMultipleMetricsMetricsDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8934,7 +8934,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8946,7 +8946,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8976,14 +8976,14 @@ ElastigroupAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -8995,7 +8995,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9007,7 +9007,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.141.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.142.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9019,7 +9019,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.141.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.142.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9031,7 +9031,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.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9043,7 +9043,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9055,7 +9055,7 @@ public java.lang.String getNetworkInterfaceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9067,7 +9067,7 @@ public java.lang.String getPrivateIpAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9079,7 +9079,7 @@ public java.lang.String getSecondaryPrivateIpAddressCount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9107,15 +9107,15 @@ ElastigroupAwsResourceRequirements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -9127,7 +9127,7 @@ public java.lang.Number getRequiredMemoryMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -9139,7 +9139,7 @@ public java.lang.Number getRequiredMemoryMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -9151,7 +9151,7 @@ public java.lang.Number getRequiredVcpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -9163,7 +9163,7 @@ public java.lang.Number getRequiredVcpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -9175,7 +9175,7 @@ public java.util.List getExcludedInstanceFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -9187,7 +9187,7 @@ public java.util.List getExcludedInstanceGenerations(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -9199,7 +9199,7 @@ public java.util.List getExcludedInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -9211,7 +9211,7 @@ public java.lang.Number getRequiredGpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -9223,7 +9223,7 @@ public java.lang.Number getRequiredGpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -9250,10 +9250,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -9265,7 +9265,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -9277,7 +9277,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -9289,7 +9289,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -9301,7 +9301,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -9322,8 +9322,8 @@ ElastigroupAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -9335,7 +9335,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -9347,7 +9347,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -9390,27 +9390,27 @@ ElastigroupAwsScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9422,7 +9422,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9434,7 +9434,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9446,7 +9446,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9458,7 +9458,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9470,7 +9470,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9482,7 +9482,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9496,7 +9496,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9508,7 +9508,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9520,7 +9520,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9532,7 +9532,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9544,7 +9544,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9556,7 +9556,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9568,7 +9568,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9580,7 +9580,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9592,7 +9592,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9604,7 +9604,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9616,7 +9616,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9630,7 +9630,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9642,7 +9642,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9654,7 +9654,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9666,7 +9666,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9687,8 +9687,8 @@ ElastigroupAwsScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9700,7 +9700,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9712,7 +9712,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9734,7 +9734,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.141.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9748,7 +9748,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9760,7 +9760,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9786,13 +9786,13 @@ ElastigroupAwsScalingDownPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9804,7 +9804,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9816,7 +9816,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9828,7 +9828,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9840,7 +9840,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9852,7 +9852,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9864,7 +9864,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9876,7 +9876,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9898,8 +9898,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -9911,7 +9911,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.141.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.142.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -9923,7 +9923,7 @@ public java.lang.String getTerminationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -9956,19 +9956,19 @@ ElastigroupAwsScalingTargetPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9980,7 +9980,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9992,7 +9992,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10004,7 +10004,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10016,7 +10016,7 @@ public java.lang.Number getTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10028,7 +10028,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10042,7 +10042,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10054,7 +10054,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10066,7 +10066,7 @@ public java.lang.String getMaxCapacityPerScale(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10078,7 +10078,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10090,7 +10090,7 @@ public java.lang.String getPredictiveMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10102,7 +10102,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10114,7 +10114,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10126,7 +10126,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10147,8 +10147,8 @@ ElastigroupAwsScalingTargetPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10160,7 +10160,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10172,7 +10172,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10215,27 +10215,27 @@ ElastigroupAwsScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10247,7 +10247,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10259,7 +10259,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10271,7 +10271,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10283,7 +10283,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10295,7 +10295,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10307,7 +10307,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10321,7 +10321,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10333,7 +10333,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10345,7 +10345,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10357,7 +10357,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10369,7 +10369,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10381,7 +10381,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10393,7 +10393,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10405,7 +10405,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10417,7 +10417,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10429,7 +10429,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10441,7 +10441,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10455,7 +10455,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10467,7 +10467,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10479,7 +10479,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10491,7 +10491,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10512,8 +10512,8 @@ ElastigroupAwsScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10525,7 +10525,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10537,7 +10537,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10559,7 +10559,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.141.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10573,7 +10573,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10585,7 +10585,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10611,13 +10611,13 @@ ElastigroupAwsScalingUpPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10629,7 +10629,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10641,7 +10641,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10653,7 +10653,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10665,7 +10665,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10677,7 +10677,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10689,7 +10689,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10701,7 +10701,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10736,21 +10736,21 @@ ElastigroupAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -10762,7 +10762,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -10774,7 +10774,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10786,7 +10786,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -10798,7 +10798,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10810,7 +10810,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -10822,7 +10822,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -10834,7 +10834,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10846,7 +10846,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10858,7 +10858,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -10870,7 +10870,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -10882,7 +10882,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -10894,7 +10894,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -10906,7 +10906,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -10918,7 +10918,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -10930,7 +10930,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -10951,8 +10951,8 @@ ElastigroupAwsSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -10964,7 +10964,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10976,7 +10976,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11003,10 +11003,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11018,7 +11018,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11030,7 +11030,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11042,7 +11042,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11054,7 +11054,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11075,8 +11075,8 @@ ElastigroupAwsStatefulInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11088,7 +11088,7 @@ public java.lang.String getStatefulInstanceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11100,7 +11100,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11121,8 +11121,8 @@ ElastigroupAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11134,7 +11134,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -11146,7 +11146,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11172,9 +11172,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -11187,7 +11187,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.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -11199,7 +11199,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.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -11211,7 +11211,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.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -11225,7 +11225,7 @@ public ElastigroupAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -11250,12 +11250,12 @@ ElastigroupAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -11267,7 +11267,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11279,7 +11279,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11291,7 +11291,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -11305,7 +11305,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -11317,7 +11317,7 @@ public java.lang.Number getWaitForRollPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -11329,7 +11329,7 @@ public java.lang.Number getWaitForRollTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -11353,10 +11353,10 @@ ElastigroupAwsUpdatePolicyRollConfigStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -11368,7 +11368,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -11380,7 +11380,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -11394,7 +11394,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure getOnFailure(); on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -11406,7 +11406,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -11432,11 +11432,11 @@ ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -11448,7 +11448,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11460,7 +11460,7 @@ public java.lang.Number getBatchNum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -11472,7 +11472,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -11484,7 +11484,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.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -11496,7 +11496,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.141.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.142.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 dc0dae711..0331514f6 100644 --- a/docs/elastigroupAws.python.md +++ b/docs/elastigroupAws.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). # `elastigroupAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https:// ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -123,37 +123,37 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -167,24 +167,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multai_target_sets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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. | | revert_to_spot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -193,20 +193,20 @@ elastigroupAws.ElastigroupAws( | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -274,7 +274,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.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -306,7 +306,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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -314,7 +314,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.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -322,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -338,7 +338,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.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -356,7 +356,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.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -364,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -372,7 +372,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.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -380,7 +380,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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -390,7 +390,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.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -398,7 +398,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.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -406,7 +406,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.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -414,7 +414,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.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -422,7 +422,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.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -432,7 +432,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.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -440,7 +440,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -456,7 +456,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -472,7 +472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -483,7 +483,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.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -493,7 +493,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.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -501,7 +501,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.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -517,7 +517,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -525,7 +525,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -535,7 +535,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -545,7 +545,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.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -555,7 +555,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.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -565,7 +565,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.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -575,7 +575,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.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -585,7 +585,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.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -595,7 +595,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.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -605,7 +605,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.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -625,7 +625,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.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -635,7 +635,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.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -645,7 +645,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.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -655,7 +655,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.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -663,7 +663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -671,7 +671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -679,7 +679,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.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -689,7 +689,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.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -697,7 +697,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.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -705,7 +705,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.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -715,7 +715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -725,7 +725,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.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -735,7 +735,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.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -743,7 +743,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.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -751,7 +751,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.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -759,7 +759,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.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -767,7 +767,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.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -775,7 +775,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.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -783,7 +783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -791,7 +791,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.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -799,7 +799,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.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -807,7 +807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -817,7 +817,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.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -827,7 +827,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.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -837,7 +837,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.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -847,7 +847,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -857,7 +857,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.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -867,7 +867,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -877,7 +877,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -887,7 +887,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.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -895,7 +895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -905,7 +905,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.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -913,7 +913,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.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -923,7 +923,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.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -933,7 +933,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.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -941,7 +941,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.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -951,7 +951,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.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -959,7 +959,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.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -969,7 +969,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.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -977,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -985,7 +985,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.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -993,7 +993,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.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1001,7 +1001,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1009,7 +1009,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -1370,7 +1370,7 @@ def put_cpu_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -1446,7 +1446,7 @@ def put_integration_beanstalk( deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -1454,7 +1454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -1464,7 +1464,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.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -1482,7 +1482,7 @@ def put_integration_codedeploy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -1492,7 +1492,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.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -1500,7 +1500,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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -1521,7 +1521,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1529,7 +1529,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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1537,7 +1537,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1547,7 +1547,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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1557,7 +1557,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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1565,7 +1565,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1589,7 +1589,7 @@ def put_integration_ecs( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -1599,7 +1599,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.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -1607,7 +1607,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1617,7 +1617,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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1627,7 +1627,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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1635,7 +1635,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1643,7 +1643,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1651,7 +1651,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -1661,7 +1661,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.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -1679,7 +1679,7 @@ def put_integration_gitlab( runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -1704,7 +1704,7 @@ def put_integration_kubernetes( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1712,7 +1712,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1722,7 +1722,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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1732,7 +1732,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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1740,7 +1740,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1748,7 +1748,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1758,7 +1758,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.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -1766,7 +1766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -1774,7 +1774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -1782,7 +1782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -1798,7 +1798,7 @@ def put_integration_mesosphere( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1814,7 +1814,7 @@ def put_integration_multai_runtime( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -1837,7 +1837,7 @@ def put_integration_nomad( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1845,7 +1845,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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1853,7 +1853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -1863,7 +1863,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.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -1871,7 +1871,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1881,7 +1881,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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1891,7 +1891,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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1899,7 +1899,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1918,7 +1918,7 @@ def put_integration_rancher( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -1926,7 +1926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1934,7 +1934,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -1942,7 +1942,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -1960,7 +1960,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -1992,7 +1992,7 @@ def put_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -2000,7 +2000,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.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -2008,7 +2008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -2041,7 +2041,7 @@ def put_multiple_metrics( expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -2051,7 +2051,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.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -2110,7 +2110,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -2118,7 +2118,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.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -2221,7 +2221,7 @@ def put_stateful_deallocation( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -2229,7 +2229,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -2237,7 +2237,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -2245,7 +2245,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -2292,7 +2292,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -2300,7 +2300,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.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -2308,7 +2308,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.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -2318,7 +2318,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.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -5016,37 +5016,37 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| availability_zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -5060,24 +5060,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multai_target_sets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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. | | revert_to_spot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -5086,20 +5086,20 @@ elastigroupAws.ElastigroupAwsConfig( | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -5181,7 +5181,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.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -5193,7 +5193,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -5205,7 +5205,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -5217,7 +5217,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -5229,7 +5229,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -5241,7 +5241,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -5253,7 +5253,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -5265,7 +5265,7 @@ capacity_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -5277,7 +5277,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.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -5289,7 +5289,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -5303,7 +5303,7 @@ cpu_options: ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -5315,7 +5315,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -5327,7 +5327,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.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -5339,7 +5339,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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -5353,7 +5353,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.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -5365,7 +5365,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.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -5377,7 +5377,7 @@ elastic_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -5389,7 +5389,7 @@ elastic_load_balancers: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -5401,7 +5401,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.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -5415,7 +5415,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.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -5427,7 +5427,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -5439,7 +5439,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -5451,7 +5451,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -5463,7 +5463,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -5475,7 +5475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -5490,7 +5490,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -5504,7 +5504,7 @@ images: typing.Union[IResolvable, typing.List[ElastigroupAwsImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -5516,7 +5516,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.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -5528,7 +5528,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5540,7 +5540,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5552,7 +5552,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5566,7 +5566,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.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5580,7 +5580,7 @@ integration_beanstalk: ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5594,7 +5594,7 @@ integration_codedeploy: ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5608,7 +5608,7 @@ integration_docker_swarm: ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5622,7 +5622,7 @@ integration_ecs: ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5636,7 +5636,7 @@ integration_gitlab: ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5650,7 +5650,7 @@ integration_kubernetes: ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5664,7 +5664,7 @@ integration_mesosphere: ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5678,7 +5678,7 @@ integration_multai_runtime: ElastigroupAwsIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -5692,7 +5692,7 @@ integration_nomad: ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5706,7 +5706,7 @@ integration_rancher: ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5720,7 +5720,7 @@ integration_route53: ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5734,7 +5734,7 @@ itf: typing.Union[IResolvable, typing.List[ElastigroupAwsItf]] itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5746,7 +5746,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5758,7 +5758,7 @@ lifetime_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -5770,7 +5770,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.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -5784,7 +5784,7 @@ metadata_options: ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -5796,7 +5796,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.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -5808,7 +5808,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.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -5822,7 +5822,7 @@ multai_target_sets: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTa multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -5836,7 +5836,7 @@ multiple_metrics: ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -5850,7 +5850,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.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -5862,7 +5862,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.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -5874,7 +5874,7 @@ on_demand_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -5886,7 +5886,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.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -5898,7 +5898,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.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -5910,7 +5910,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.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -5922,7 +5922,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -5934,7 +5934,7 @@ preferred_availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -5946,7 +5946,7 @@ private_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -5958,7 +5958,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -5972,7 +5972,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.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -5986,7 +5986,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.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -6000,7 +6000,7 @@ revert_to_spot: ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -6014,7 +6014,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -6028,7 +6028,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.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -6042,7 +6042,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -6056,7 +6056,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.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -6070,7 +6070,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.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -6082,7 +6082,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -6096,7 +6096,7 @@ signal: typing.Union[IResolvable, typing.List[ElastigroupAwsSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -6108,7 +6108,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.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -6122,7 +6122,7 @@ stateful_deallocation: ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -6136,7 +6136,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.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -6148,7 +6148,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -6162,7 +6162,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -6174,7 +6174,7 @@ target_group_arns: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -6188,7 +6188,7 @@ update_policy: ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -6200,7 +6200,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -6212,7 +6212,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.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -6224,7 +6224,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.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -6236,7 +6236,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -6248,7 +6248,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -6268,7 +6268,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.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -6280,7 +6280,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.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -6308,15 +6308,15 @@ elastigroupAws.ElastigroupAwsEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -6328,7 +6328,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6340,7 +6340,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.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -6352,7 +6352,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.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -6364,7 +6364,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -6376,7 +6376,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -6388,7 +6388,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -6400,7 +6400,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -6412,7 +6412,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.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -6424,7 +6424,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -6445,8 +6445,8 @@ elastigroupAws.ElastigroupAwsEphemeralBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -6458,7 +6458,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6470,7 +6470,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -6504,7 +6504,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAwsImagesImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -6524,7 +6524,7 @@ elastigroupAws.ElastigroupAwsImagesImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6536,7 +6536,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -6560,8 +6560,8 @@ elastigroupAws.ElastigroupAwsInstanceTypesWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6573,7 +6573,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6585,7 +6585,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6608,7 +6608,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.141.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.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managed_actions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6623,7 +6623,7 @@ deployment_preferences: ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6635,7 +6635,7 @@ environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -6649,7 +6649,7 @@ managed_actions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -6672,9 +6672,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -6687,7 +6687,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.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -6699,7 +6699,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.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -6711,7 +6711,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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -6725,7 +6725,7 @@ strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -6746,8 +6746,8 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -6759,7 +6759,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -6771,7 +6771,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -6805,7 +6805,7 @@ platform_update: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -6827,9 +6827,9 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -6841,7 +6841,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -6853,7 +6853,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -6865,7 +6865,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -6887,9 +6887,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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -6901,7 +6901,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.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -6915,7 +6915,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.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -6927,7 +6927,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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -6948,8 +6948,8 @@ elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| application_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -6961,7 +6961,7 @@ application_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -6973,7 +6973,7 @@ deployment_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -6998,12 +6998,12 @@ elastigroupAws.ElastigroupAwsIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7015,7 +7015,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7027,7 +7027,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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7039,7 +7039,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7053,7 +7053,7 @@ autoscale_down: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7067,7 +7067,7 @@ autoscale_headroom: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7079,7 +7079,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7100,8 +7100,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7113,7 +7113,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7125,7 +7125,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7147,9 +7147,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7161,7 +7161,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.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7173,7 +7173,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7185,7 +7185,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7213,14 +7213,14 @@ elastigroupAws.ElastigroupAwsIntegrationEcs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -7233,7 +7233,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -7247,7 +7247,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.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -7259,7 +7259,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7273,7 +7273,7 @@ autoscale_down: ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7287,7 +7287,7 @@ autoscale_headroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7299,7 +7299,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7311,7 +7311,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7323,7 +7323,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -7337,7 +7337,7 @@ batch: ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -7358,8 +7358,8 @@ elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7371,7 +7371,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7383,7 +7383,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7404,8 +7404,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7417,7 +7417,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7429,7 +7429,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7451,9 +7451,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7465,7 +7465,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.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7477,7 +7477,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7489,7 +7489,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7509,7 +7509,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.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7521,7 +7521,7 @@ job_queue_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7555,7 +7555,7 @@ runner: ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7575,7 +7575,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.141.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.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7587,7 +7587,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7616,16 +7616,16 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7637,7 +7637,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7649,7 +7649,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7663,7 +7663,7 @@ autoscale_down: ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7677,7 +7677,7 @@ autoscale_headroom: ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7689,7 +7689,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7701,7 +7701,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7715,7 +7715,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.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -7727,7 +7727,7 @@ cluster_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -7739,7 +7739,7 @@ integration_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -7751,7 +7751,7 @@ token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -7772,8 +7772,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7785,7 +7785,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7797,7 +7797,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7819,9 +7819,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7833,7 +7833,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.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7845,7 +7845,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7857,7 +7857,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7878,8 +7878,8 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7891,7 +7891,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7903,7 +7903,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7923,7 +7923,7 @@ elastigroupAws.ElastigroupAwsIntegrationMesosphere( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -7935,7 +7935,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7955,7 +7955,7 @@ elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime( | **Name** | **Type** | **Description** | | --- | --- | --- | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | +| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | --- @@ -7967,7 +7967,7 @@ deployment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -7994,14 +7994,14 @@ elastigroupAws.ElastigroupAwsIntegrationNomad( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -8013,7 +8013,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8025,7 +8025,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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -8037,7 +8037,7 @@ acl_token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -8051,7 +8051,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.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -8063,7 +8063,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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -8077,7 +8077,7 @@ autoscale_down: ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -8091,7 +8091,7 @@ autoscale_headroom: ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -8103,7 +8103,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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -8124,8 +8124,8 @@ elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8137,7 +8137,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -8149,7 +8149,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8169,7 +8169,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.141.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.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -8181,7 +8181,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8203,9 +8203,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8217,7 +8217,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.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8229,7 +8229,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8241,7 +8241,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8264,10 +8264,10 @@ elastigroupAws.ElastigroupAwsIntegrationRancher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -8279,7 +8279,7 @@ access_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -8291,7 +8291,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8303,7 +8303,7 @@ secret_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -8315,7 +8315,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -8349,7 +8349,7 @@ domains: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegrationRoute53D domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -8372,10 +8372,10 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -8387,7 +8387,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -8401,7 +8401,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.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -8413,7 +8413,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -8425,7 +8425,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -8447,9 +8447,9 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -8461,7 +8461,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8473,7 +8473,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.141.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.142.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -8485,7 +8485,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.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8510,12 +8510,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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8527,7 +8527,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.141.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.142.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8541,7 +8541,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.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8555,7 +8555,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.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8567,7 +8567,7 @@ weight_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8581,7 +8581,7 @@ default_static_target_group: ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8593,7 +8593,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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8614,8 +8614,8 @@ elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8627,7 +8627,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8639,7 +8639,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8661,7 +8661,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.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -8675,7 +8675,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.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -8687,7 +8687,7 @@ load_balancer_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -8708,7 +8708,7 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| rule_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | static_target_group | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -8721,7 +8721,7 @@ rule_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -8735,7 +8735,7 @@ static_target_group: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -8756,8 +8756,8 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8769,7 +8769,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8781,7 +8781,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8813,19 +8813,19 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| health_check_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -8837,7 +8837,7 @@ health_check_path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -8849,7 +8849,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -8861,7 +8861,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -8873,7 +8873,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -8885,7 +8885,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -8897,7 +8897,7 @@ health_check_port: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -8909,7 +8909,7 @@ health_check_protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -8921,7 +8921,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.141.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.142.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -8933,7 +8933,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.141.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.142.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -8947,7 +8947,7 @@ matcher: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfi matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -8959,7 +8959,7 @@ protocol_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -8973,7 +8973,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfigTa tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -8985,7 +8985,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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -9006,8 +9006,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpc_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -9019,7 +9019,7 @@ grpc_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -9031,7 +9031,7 @@ http_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -9052,8 +9052,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -9065,7 +9065,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -9077,7 +9077,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -9099,9 +9099,9 @@ elastigroupAws.ElastigroupAwsMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -9113,7 +9113,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -9125,7 +9125,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.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -9137,7 +9137,7 @@ instance_metadata_tags: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -9158,8 +9158,8 @@ elastigroupAws.ElastigroupAwsMultaiTargetSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | +| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | --- @@ -9171,7 +9171,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. --- @@ -9183,7 +9183,7 @@ target_set_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. --- @@ -9219,7 +9219,7 @@ expressions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetrics expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -9233,7 +9233,7 @@ metrics: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsMetr metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -9254,8 +9254,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsExpressions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -9267,7 +9267,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -9279,7 +9279,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9305,13 +9305,13 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetrics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extended_statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9323,7 +9323,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9335,7 +9335,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9347,7 +9347,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9361,7 +9361,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsM dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9373,7 +9373,7 @@ extended_statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -9385,7 +9385,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9397,7 +9397,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9418,8 +9418,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9431,7 +9431,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9443,7 +9443,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9470,14 +9470,14 @@ elastigroupAws.ElastigroupAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -9489,7 +9489,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9501,7 +9501,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.141.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.142.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9513,7 +9513,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.141.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.142.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9525,7 +9525,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.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9537,7 +9537,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9549,7 +9549,7 @@ network_interface_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9561,7 +9561,7 @@ private_ip_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9573,7 +9573,7 @@ secondary_private_ip_address_count: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9601,15 +9601,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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -9621,7 +9621,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.141.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.142.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -9633,7 +9633,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.141.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.142.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -9645,7 +9645,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.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -9657,7 +9657,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.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -9669,7 +9669,7 @@ excluded_instance_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -9681,7 +9681,7 @@ excluded_instance_generations: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -9693,7 +9693,7 @@ excluded_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -9705,7 +9705,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.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -9717,7 +9717,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.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -9740,10 +9740,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -9755,7 +9755,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -9767,7 +9767,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -9779,7 +9779,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -9791,7 +9791,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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -9812,8 +9812,8 @@ elastigroupAws.ElastigroupAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -9825,7 +9825,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -9837,7 +9837,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -9877,27 +9877,27 @@ elastigroupAws.ElastigroupAwsScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9909,7 +9909,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9921,7 +9921,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9933,7 +9933,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9945,7 +9945,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9957,7 +9957,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9969,7 +9969,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9983,7 +9983,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9995,7 +9995,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10007,7 +10007,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10019,7 +10019,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10031,7 +10031,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10043,7 +10043,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10055,7 +10055,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10067,7 +10067,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10079,7 +10079,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10091,7 +10091,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10103,7 +10103,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10117,7 +10117,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.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10129,7 +10129,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10141,7 +10141,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10153,7 +10153,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10174,8 +10174,8 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10187,7 +10187,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10199,7 +10199,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10221,7 +10221,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.141.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10235,7 +10235,7 @@ action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10247,7 +10247,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10273,13 +10273,13 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10291,7 +10291,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10303,7 +10303,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10315,7 +10315,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10327,7 +10327,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10339,7 +10339,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10351,7 +10351,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10363,7 +10363,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10384,8 +10384,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -10397,7 +10397,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.141.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.142.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -10409,7 +10409,7 @@ termination_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -10441,19 +10441,19 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10465,7 +10465,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10477,7 +10477,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10489,7 +10489,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10501,7 +10501,7 @@ target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10513,7 +10513,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10527,7 +10527,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingTargetPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10539,7 +10539,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10551,7 +10551,7 @@ max_capacity_per_scale: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10563,7 +10563,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10575,7 +10575,7 @@ predictive_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10587,7 +10587,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10599,7 +10599,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10611,7 +10611,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10632,8 +10632,8 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10645,7 +10645,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10657,7 +10657,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10697,27 +10697,27 @@ elastigroupAws.ElastigroupAwsScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10729,7 +10729,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10741,7 +10741,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10753,7 +10753,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10765,7 +10765,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10777,7 +10777,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10789,7 +10789,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10803,7 +10803,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10815,7 +10815,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.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10827,7 +10827,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10839,7 +10839,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10851,7 +10851,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10863,7 +10863,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10875,7 +10875,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10887,7 +10887,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10899,7 +10899,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10911,7 +10911,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10923,7 +10923,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10937,7 +10937,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.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10949,7 +10949,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10961,7 +10961,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10973,7 +10973,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10994,8 +10994,8 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11007,7 +11007,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11019,7 +11019,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11041,7 +11041,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.141.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.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -11055,7 +11055,7 @@ action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -11067,7 +11067,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -11093,13 +11093,13 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -11111,7 +11111,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11123,7 +11123,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11135,7 +11135,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11147,7 +11147,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11159,7 +11159,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11171,7 +11171,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11183,7 +11183,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11217,21 +11217,21 @@ elastigroupAws.ElastigroupAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -11243,7 +11243,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -11255,7 +11255,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11267,7 +11267,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -11279,7 +11279,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11291,7 +11291,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -11303,7 +11303,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -11315,7 +11315,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11327,7 +11327,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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11339,7 +11339,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -11351,7 +11351,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -11363,7 +11363,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -11375,7 +11375,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -11387,7 +11387,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -11399,7 +11399,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -11411,7 +11411,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -11432,8 +11432,8 @@ elastigroupAws.ElastigroupAwsSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -11445,7 +11445,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11457,7 +11457,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11480,10 +11480,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11495,7 +11495,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11507,7 +11507,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11519,7 +11519,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11531,7 +11531,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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11552,8 +11552,8 @@ elastigroupAws.ElastigroupAwsStatefulInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| stateful_instance_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11565,7 +11565,7 @@ stateful_instance_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11577,7 +11577,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11598,8 +11598,8 @@ elastigroupAws.ElastigroupAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11611,7 +11611,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -11623,7 +11623,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11646,9 +11646,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | roll_config | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -11661,7 +11661,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.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -11673,7 +11673,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.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -11685,7 +11685,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.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -11699,7 +11699,7 @@ roll_config: ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -11724,12 +11724,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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -11741,7 +11741,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.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11753,7 +11753,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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11765,7 +11765,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -11779,7 +11779,7 @@ strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -11791,7 +11791,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -11803,7 +11803,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -11826,10 +11826,10 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -11841,7 +11841,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -11853,7 +11853,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.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -11867,7 +11867,7 @@ on_failure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -11879,7 +11879,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -11903,11 +11903,11 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -11919,7 +11919,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11931,7 +11931,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.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -11943,7 +11943,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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -11955,7 +11955,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.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -11967,7 +11967,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.141.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -15141,7 +15141,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -15149,7 +15149,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -15887,7 +15887,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -15895,7 +15895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -15903,7 +15903,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -16590,7 +16590,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -16598,7 +16598,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.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -16606,7 +16606,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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -16616,7 +16616,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.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -16634,7 +16634,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -18552,7 +18552,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -18560,7 +18560,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -18578,7 +18578,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -18586,7 +18586,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -18594,7 +18594,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -20545,7 +20545,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -20553,7 +20553,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -20571,7 +20571,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -20579,7 +20579,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -20587,7 +20587,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -20603,7 +20603,7 @@ def put_batch( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -21141,7 +21141,7 @@ def put_runner( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -22958,7 +22958,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -22966,7 +22966,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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -22984,7 +22984,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -22992,7 +22992,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -23000,7 +23000,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -25352,7 +25352,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -25370,7 +25370,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -25378,7 +25378,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.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -25386,7 +25386,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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -28449,7 +28449,7 @@ def put_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -28457,7 +28457,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.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -29494,7 +29494,7 @@ def put_default_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -29502,7 +29502,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.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -39060,7 +39060,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -39068,7 +39068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -39076,7 +39076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -39084,7 +39084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -39092,7 +39092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -39100,7 +39100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -39108,7 +39108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -43457,7 +43457,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -43465,7 +43465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -43473,7 +43473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -43481,7 +43481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -43489,7 +43489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -43497,7 +43497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -43505,7 +43505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -46598,7 +46598,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -46606,7 +46606,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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -46614,7 +46614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -46624,7 +46624,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.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -46632,7 +46632,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -46640,7 +46640,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.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -47039,7 +47039,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -47047,7 +47047,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.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -47057,7 +47057,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.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -47065,7 +47065,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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -47937,7 +47937,7 @@ def put_on_failure( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -47945,7 +47945,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.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -47953,7 +47953,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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -47961,7 +47961,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.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -47969,7 +47969,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.141.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.142.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 9ff3b4a4b..1b717bbaa 100644 --- a/docs/elastigroupAws.typescript.md +++ b/docs/elastigroupAws.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). # `elastigroupAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https:// ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -3374,37 +3374,37 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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. | @@ -3418,24 +3418,24 @@ 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.141.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multaiTargetSets | cdktf.IResolvable \| ElastigroupAwsMultaiTargetSets[] | multai_target_sets block. | | 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | | resourceRequirements | cdktf.IResolvable \| ElastigroupAwsResourceRequirements[] | resource_requirements block. | | resourceTagSpecification | cdktf.IResolvable \| ElastigroupAwsResourceTagSpecification[] | resource_tag_specification block. | | revertToSpot | ElastigroupAwsRevertToSpot | revert_to_spot block. | @@ -3444,20 +3444,20 @@ const elastigroupAwsConfig: elastigroupAws.ElastigroupAwsConfig = { ... } | 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3539,7 +3539,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3551,7 +3551,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3563,7 +3563,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3575,7 +3575,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3587,7 +3587,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3599,7 +3599,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3611,7 +3611,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3623,7 +3623,7 @@ public readonly capacityUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3635,7 +3635,7 @@ public readonly considerOdPricing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3647,7 +3647,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3661,7 +3661,7 @@ public readonly cpuOptions: ElastigroupAwsCpuOptions; cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3673,7 +3673,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3685,7 +3685,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3697,7 +3697,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3711,7 +3711,7 @@ public readonly ebsBlockDevice: IResolvable | ElastigroupAwsEbsBlockDevice[]; ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3723,7 +3723,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -3735,7 +3735,7 @@ public readonly elasticIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -3747,7 +3747,7 @@ public readonly elasticLoadBalancers: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -3759,7 +3759,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -3773,7 +3773,7 @@ public readonly ephemeralBlockDevice: IResolvable | ElastigroupAwsEphemeralBlock ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -3785,7 +3785,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -3797,7 +3797,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -3809,7 +3809,7 @@ public readonly healthCheckUnhealthyDurationBeforeReplacement: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3821,7 +3821,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -3833,7 +3833,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3848,7 +3848,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -3862,7 +3862,7 @@ public readonly images: IResolvable | ElastigroupAwsImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -3874,7 +3874,7 @@ public readonly immediateOdRecoverThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -3886,7 +3886,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -3898,7 +3898,7 @@ public readonly instanceTypesPreferredSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -3910,7 +3910,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -3924,7 +3924,7 @@ public readonly instanceTypesWeights: IResolvable | ElastigroupAwsInstanceTypesW instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -3938,7 +3938,7 @@ public readonly integrationBeanstalk: ElastigroupAwsIntegrationBeanstalk; integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -3952,7 +3952,7 @@ public readonly integrationCodedeploy: ElastigroupAwsIntegrationCodedeploy; integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -3966,7 +3966,7 @@ public readonly integrationDockerSwarm: ElastigroupAwsIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -3980,7 +3980,7 @@ public readonly integrationEcs: ElastigroupAwsIntegrationEcs; integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -3994,7 +3994,7 @@ public readonly integrationGitlab: ElastigroupAwsIntegrationGitlab; integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4008,7 +4008,7 @@ public readonly integrationKubernetes: ElastigroupAwsIntegrationKubernetes; integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4022,7 +4022,7 @@ public readonly integrationMesosphere: ElastigroupAwsIntegrationMesosphere; integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4036,7 +4036,7 @@ public readonly integrationMultaiRuntime: ElastigroupAwsIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} --- @@ -4050,7 +4050,7 @@ public readonly integrationNomad: ElastigroupAwsIntegrationNomad; integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4064,7 +4064,7 @@ public readonly integrationRancher: ElastigroupAwsIntegrationRancher; integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4078,7 +4078,7 @@ public readonly integrationRoute53: ElastigroupAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4092,7 +4092,7 @@ public readonly itf: IResolvable | ElastigroupAwsItf[]; itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4104,7 +4104,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4116,7 +4116,7 @@ public readonly lifetimePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4128,7 +4128,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4142,7 +4142,7 @@ public readonly metadataOptions: ElastigroupAwsMetadataOptions; metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4154,7 +4154,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4166,7 +4166,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4180,7 +4180,7 @@ public readonly multaiTargetSets: IResolvable | ElastigroupAwsMultaiTargetSets[] multai_target_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} --- @@ -4194,7 +4194,7 @@ public readonly multipleMetrics: ElastigroupAwsMultipleMetrics; multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4208,7 +4208,7 @@ public readonly networkInterface: IResolvable | ElastigroupAwsNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4220,7 +4220,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4232,7 +4232,7 @@ public readonly onDemandTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4244,7 +4244,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4256,7 +4256,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4268,7 +4268,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4280,7 +4280,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4292,7 +4292,7 @@ public readonly preferredAvailabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4304,7 +4304,7 @@ public readonly privateIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4316,7 +4316,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4330,7 +4330,7 @@ public readonly resourceRequirements: IResolvable | ElastigroupAwsResourceRequir resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4344,7 +4344,7 @@ public readonly resourceTagSpecification: IResolvable | ElastigroupAwsResourceTa resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4358,7 +4358,7 @@ public readonly revertToSpot: ElastigroupAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4372,7 +4372,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAwsScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4386,7 +4386,7 @@ public readonly scalingStrategy: IResolvable | ElastigroupAwsScalingStrategy[]; scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4400,7 +4400,7 @@ public readonly scalingTargetPolicy: IResolvable | ElastigroupAwsScalingTargetPo scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4414,7 +4414,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAwsScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4428,7 +4428,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4440,7 +4440,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4454,7 +4454,7 @@ public readonly signal: IResolvable | ElastigroupAwsSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4466,7 +4466,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4480,7 +4480,7 @@ public readonly statefulDeallocation: ElastigroupAwsStatefulDeallocation; stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4494,7 +4494,7 @@ public readonly statefulInstanceAction: IResolvable | ElastigroupAwsStatefulInst stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4506,7 +4506,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4520,7 +4520,7 @@ public readonly tags: IResolvable | ElastigroupAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4532,7 +4532,7 @@ public readonly targetGroupArns: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4546,7 +4546,7 @@ public readonly updatePolicy: ElastigroupAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4558,7 +4558,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4570,7 +4570,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4582,7 +4582,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4594,7 +4594,7 @@ public readonly waitForCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4606,7 +4606,7 @@ public readonly waitForCapacityTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4624,7 +4624,7 @@ const elastigroupAwsCpuOptions: elastigroupAws.ElastigroupAwsCpuOptions = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4636,7 +4636,7 @@ public readonly threadsPerCore: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4654,15 +4654,15 @@ const elastigroupAwsEbsBlockDevice: elastigroupAws.ElastigroupAwsEbsBlockDevice | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4674,7 +4674,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4686,7 +4686,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4698,7 +4698,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -4710,7 +4710,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -4722,7 +4722,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -4734,7 +4734,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -4746,7 +4746,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -4758,7 +4758,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -4770,7 +4770,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -4788,8 +4788,8 @@ const elastigroupAwsEphemeralBlockDevice: elastigroupAws.ElastigroupAwsEphemeral | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -4801,7 +4801,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4813,7 +4813,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -4845,7 +4845,7 @@ public readonly image: IResolvable | ElastigroupAwsImagesImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -4863,7 +4863,7 @@ const elastigroupAwsImagesImage: elastigroupAws.ElastigroupAwsImagesImage = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -4875,7 +4875,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -4896,8 +4896,8 @@ const elastigroupAwsInstanceTypesWeights: elastigroupAws.ElastigroupAwsInstanceT | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -4909,7 +4909,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -4921,7 +4921,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -4940,7 +4940,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.141.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.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -4955,7 +4955,7 @@ public readonly deploymentPreferences: ElastigroupAwsIntegrationBeanstalkDeploym deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -4967,7 +4967,7 @@ public readonly environmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -4981,7 +4981,7 @@ public readonly managedActions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -4999,9 +4999,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5014,7 +5014,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5026,7 +5026,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5038,7 +5038,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5052,7 +5052,7 @@ public readonly strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreference strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5070,8 +5070,8 @@ const elastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy: elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5083,7 +5083,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5095,7 +5095,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5127,7 +5127,7 @@ public readonly platformUpdate: ElastigroupAwsIntegrationBeanstalkManagedActions platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5145,9 +5145,9 @@ const elastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate: elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5159,7 +5159,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5171,7 +5171,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5183,7 +5183,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5201,9 +5201,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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5215,7 +5215,7 @@ public readonly cleanupOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5229,7 +5229,7 @@ public readonly deploymentGroups: IResolvable | ElastigroupAwsIntegrationCodedep deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5241,7 +5241,7 @@ public readonly terminateInstanceOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5259,8 +5259,8 @@ const elastigroupAwsIntegrationCodedeployDeploymentGroups: elastigroupAws.Elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5272,7 +5272,7 @@ public readonly applicationName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5284,7 +5284,7 @@ public readonly deploymentGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5302,12 +5302,12 @@ const elastigroupAwsIntegrationDockerSwarm: elastigroupAws.ElastigroupAwsIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5319,7 +5319,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5331,7 +5331,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5343,7 +5343,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5357,7 +5357,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5371,7 +5371,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationDockerSwarmAutoscale autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5383,7 +5383,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5401,8 +5401,8 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleDown: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5414,7 +5414,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5426,7 +5426,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5444,9 +5444,9 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5458,7 +5458,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5470,7 +5470,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5482,7 +5482,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5500,14 +5500,14 @@ const elastigroupAwsIntegrationEcs: elastigroupAws.ElastigroupAwsIntegrationEcs | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5520,7 +5520,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5534,7 +5534,7 @@ public readonly autoscaleAttributes: IResolvable | ElastigroupAwsIntegrationEcsA autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5546,7 +5546,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5560,7 +5560,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationEcsAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5574,7 +5574,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5586,7 +5586,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5598,7 +5598,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5610,7 +5610,7 @@ public readonly autoscaleScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5624,7 +5624,7 @@ public readonly batch: ElastigroupAwsIntegrationEcsBatch; batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -5642,8 +5642,8 @@ const elastigroupAwsIntegrationEcsAutoscaleAttributes: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -5655,7 +5655,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -5667,7 +5667,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -5685,8 +5685,8 @@ const elastigroupAwsIntegrationEcsAutoscaleDown: elastigroupAws.ElastigroupAwsIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5698,7 +5698,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5710,7 +5710,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5728,9 +5728,9 @@ const elastigroupAwsIntegrationEcsAutoscaleHeadroom: elastigroupAws.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5742,7 +5742,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5754,7 +5754,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5766,7 +5766,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5784,7 +5784,7 @@ const elastigroupAwsIntegrationEcsBatch: elastigroupAws.ElastigroupAwsIntegratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -5796,7 +5796,7 @@ public readonly jobQueueNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -5828,7 +5828,7 @@ public readonly runner: ElastigroupAwsIntegrationGitlabRunner; runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -5846,7 +5846,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.141.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.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -5858,7 +5858,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -5876,16 +5876,16 @@ const elastigroupAwsIntegrationKubernetes: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -5897,7 +5897,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -5909,7 +5909,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5923,7 +5923,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationKubernetesAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5937,7 +5937,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationKubernetesAutoscaleH autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5949,7 +5949,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5961,7 +5961,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5975,7 +5975,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupAwsIntegrationKubernet autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -5987,7 +5987,7 @@ public readonly clusterIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -5999,7 +5999,7 @@ public readonly integrationMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6011,7 +6011,7 @@ public readonly token: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6029,8 +6029,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleDown: elastigroupAws.Elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6042,7 +6042,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6054,7 +6054,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6072,9 +6072,9 @@ const elastigroupAwsIntegrationKubernetesAutoscaleHeadroom: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6086,7 +6086,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6098,7 +6098,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6110,7 +6110,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6128,8 +6128,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleLabels: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6141,7 +6141,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6153,7 +6153,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6171,7 +6171,7 @@ const elastigroupAwsIntegrationMesosphere: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6183,7 +6183,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6201,7 +6201,7 @@ const elastigroupAwsIntegrationMultaiRuntime: elastigroupAws.ElastigroupAwsInteg | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | +| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | --- @@ -6213,7 +6213,7 @@ public readonly deploymentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. --- @@ -6231,14 +6231,14 @@ const elastigroupAwsIntegrationNomad: elastigroupAws.ElastigroupAwsIntegrationNo | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6250,7 +6250,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6262,7 +6262,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6274,7 +6274,7 @@ public readonly aclToken: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6288,7 +6288,7 @@ public readonly autoscaleConstraints: IResolvable | ElastigroupAwsIntegrationNom autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6300,7 +6300,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6314,7 +6314,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationNomadAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6328,7 +6328,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationNomadAutoscaleHeadro autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6340,7 +6340,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6358,8 +6358,8 @@ const elastigroupAwsIntegrationNomadAutoscaleConstraints: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6371,7 +6371,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6383,7 +6383,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6401,7 +6401,7 @@ const elastigroupAwsIntegrationNomadAutoscaleDown: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6413,7 +6413,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6431,9 +6431,9 @@ const elastigroupAwsIntegrationNomadAutoscaleHeadroom: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6445,7 +6445,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6457,7 +6457,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6469,7 +6469,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6487,10 +6487,10 @@ const elastigroupAwsIntegrationRancher: elastigroupAws.ElastigroupAwsIntegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6502,7 +6502,7 @@ public readonly accessKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6514,7 +6514,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6526,7 +6526,7 @@ public readonly secretKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6538,7 +6538,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -6570,7 +6570,7 @@ public readonly domains: IResolvable | ElastigroupAwsIntegrationRoute53Domains[] domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -6588,10 +6588,10 @@ const elastigroupAwsIntegrationRoute53Domains: elastigroupAws.ElastigroupAwsInte | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -6603,7 +6603,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -6617,7 +6617,7 @@ public readonly recordSets: IResolvable | ElastigroupAwsIntegrationRoute53Domain record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -6629,7 +6629,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -6641,7 +6641,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -6659,9 +6659,9 @@ const elastigroupAwsIntegrationRoute53DomainsRecordSets: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -6673,7 +6673,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -6685,7 +6685,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -6697,7 +6697,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -6715,12 +6715,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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -6732,7 +6732,7 @@ public readonly fixedTargetGroups: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -6746,7 +6746,7 @@ public readonly loadBalancer: IResolvable | ElastigroupAwsItfLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -6760,7 +6760,7 @@ public readonly targetGroupConfig: IResolvable | ElastigroupAwsItfTargetGroupCon target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -6772,7 +6772,7 @@ public readonly weightStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -6786,7 +6786,7 @@ public readonly defaultStaticTargetGroup: ElastigroupAwsItfDefaultStaticTargetGr default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -6798,7 +6798,7 @@ public readonly migrationHealthinessThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -6816,8 +6816,8 @@ const elastigroupAwsItfDefaultStaticTargetGroup: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -6829,7 +6829,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -6841,7 +6841,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -6860,7 +6860,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.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -6874,7 +6874,7 @@ public readonly listenerRule: IResolvable | ElastigroupAwsItfLoadBalancerListene listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -6886,7 +6886,7 @@ public readonly loadBalancerArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -6904,7 +6904,7 @@ const elastigroupAwsItfLoadBalancerListenerRule: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -6917,7 +6917,7 @@ public readonly ruleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -6931,7 +6931,7 @@ public readonly staticTargetGroup: ElastigroupAwsItfLoadBalancerListenerRuleStat static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -6949,8 +6949,8 @@ const elastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup: elastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -6962,7 +6962,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -6974,7 +6974,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -6992,19 +6992,19 @@ const elastigroupAwsItfTargetGroupConfig: elastigroupAws.ElastigroupAwsItfTarget | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7016,7 +7016,7 @@ public readonly healthCheckPath: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7028,7 +7028,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7040,7 +7040,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7052,7 +7052,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7064,7 +7064,7 @@ public readonly healthCheckIntervalSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7076,7 +7076,7 @@ public readonly healthCheckPort: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7088,7 +7088,7 @@ public readonly healthCheckProtocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7100,7 +7100,7 @@ public readonly healthCheckTimeoutSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7112,7 +7112,7 @@ public readonly healthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7126,7 +7126,7 @@ public readonly matcher: IResolvable | ElastigroupAwsItfTargetGroupConfigMatcher matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7138,7 +7138,7 @@ public readonly protocolVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7152,7 +7152,7 @@ public readonly tags: IResolvable | ElastigroupAwsItfTargetGroupConfigTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7164,7 +7164,7 @@ public readonly unhealthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7182,8 +7182,8 @@ const elastigroupAwsItfTargetGroupConfigMatcher: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7195,7 +7195,7 @@ public readonly grpcCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7207,7 +7207,7 @@ public readonly httpCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7225,8 +7225,8 @@ const elastigroupAwsItfTargetGroupConfigTags: elastigroupAws.ElastigroupAwsItfTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7238,7 +7238,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7250,7 +7250,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7268,9 +7268,9 @@ const elastigroupAwsMetadataOptions: elastigroupAws.ElastigroupAwsMetadataOption | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7282,7 +7282,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7294,7 +7294,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7306,7 +7306,7 @@ public readonly instanceMetadataTags: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7324,8 +7324,8 @@ const elastigroupAwsMultaiTargetSets: elastigroupAws.ElastigroupAwsMultaiTargetS | **Name** | **Type** | **Description** | | --- | --- | --- | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | +| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | --- @@ -7337,7 +7337,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. --- @@ -7349,7 +7349,7 @@ public readonly targetSetId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. --- @@ -7382,7 +7382,7 @@ public readonly expressions: IResolvable | ElastigroupAwsMultipleMetricsExpressi expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7396,7 +7396,7 @@ public readonly metrics: IResolvable | ElastigroupAwsMultipleMetricsMetrics[]; metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -7414,8 +7414,8 @@ const elastigroupAwsMultipleMetricsExpressions: elastigroupAws.ElastigroupAwsMul | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -7427,7 +7427,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -7439,7 +7439,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7457,13 +7457,13 @@ const elastigroupAwsMultipleMetricsMetrics: elastigroupAws.ElastigroupAwsMultipl | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -7475,7 +7475,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -7487,7 +7487,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7499,7 +7499,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -7513,7 +7513,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsMultipleMetricsMetricsDi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -7525,7 +7525,7 @@ public readonly extendedStatistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -7537,7 +7537,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -7549,7 +7549,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -7567,8 +7567,8 @@ const elastigroupAwsMultipleMetricsMetricsDimensions: elastigroupAws.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7580,7 +7580,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7592,7 +7592,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7610,14 +7610,14 @@ const elastigroupAwsNetworkInterface: elastigroupAws.ElastigroupAwsNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -7629,7 +7629,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -7641,7 +7641,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -7653,7 +7653,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -7665,7 +7665,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -7677,7 +7677,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -7689,7 +7689,7 @@ public readonly networkInterfaceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -7701,7 +7701,7 @@ public readonly privateIpAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -7713,7 +7713,7 @@ public readonly secondaryPrivateIpAddressCount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -7731,15 +7731,15 @@ const elastigroupAwsResourceRequirements: elastigroupAws.ElastigroupAwsResourceR | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -7751,7 +7751,7 @@ public readonly requiredMemoryMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -7763,7 +7763,7 @@ public readonly requiredMemoryMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -7775,7 +7775,7 @@ public readonly requiredVcpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -7787,7 +7787,7 @@ public readonly requiredVcpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -7799,7 +7799,7 @@ public readonly excludedInstanceFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -7811,7 +7811,7 @@ public readonly excludedInstanceGenerations: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -7823,7 +7823,7 @@ public readonly excludedInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -7835,7 +7835,7 @@ public readonly requiredGpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -7847,7 +7847,7 @@ public readonly requiredGpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -7865,10 +7865,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -7880,7 +7880,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -7892,7 +7892,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -7904,7 +7904,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -7916,7 +7916,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -7934,8 +7934,8 @@ const elastigroupAwsRevertToSpot: elastigroupAws.ElastigroupAwsRevertToSpot = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -7947,7 +7947,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -7959,7 +7959,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -7977,27 +7977,27 @@ const elastigroupAwsScalingDownPolicy: elastigroupAws.ElastigroupAwsScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8009,7 +8009,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8021,7 +8021,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8033,7 +8033,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8045,7 +8045,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8057,7 +8057,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8069,7 +8069,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8083,7 +8083,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8095,7 +8095,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8107,7 +8107,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8119,7 +8119,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8131,7 +8131,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8143,7 +8143,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8155,7 +8155,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8167,7 +8167,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8179,7 +8179,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8191,7 +8191,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8203,7 +8203,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8217,7 +8217,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingDownPolicySt step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8229,7 +8229,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8241,7 +8241,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8253,7 +8253,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8271,8 +8271,8 @@ const elastigroupAwsScalingDownPolicyDimensions: elastigroupAws.ElastigroupAwsSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8284,7 +8284,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8296,7 +8296,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8315,7 +8315,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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8329,7 +8329,7 @@ public readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -8341,7 +8341,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8359,13 +8359,13 @@ const elastigroupAwsScalingDownPolicyStepAdjustmentsAction: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -8377,7 +8377,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -8389,7 +8389,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8401,7 +8401,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8413,7 +8413,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8425,7 +8425,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8437,7 +8437,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8449,7 +8449,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8467,8 +8467,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -8480,7 +8480,7 @@ public readonly terminateAtEndOfBillingHour: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -8492,7 +8492,7 @@ public readonly terminationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -8510,19 +8510,19 @@ const elastigroupAwsScalingTargetPolicy: elastigroupAws.ElastigroupAwsScalingTar | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8534,7 +8534,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8546,7 +8546,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8558,7 +8558,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8570,7 +8570,7 @@ public readonly target: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8582,7 +8582,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8596,7 +8596,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingTargetPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8608,7 +8608,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8620,7 +8620,7 @@ public readonly maxCapacityPerScale: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -8632,7 +8632,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8644,7 +8644,7 @@ public readonly predictiveMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -8656,7 +8656,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8668,7 +8668,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8680,7 +8680,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8698,8 +8698,8 @@ const elastigroupAwsScalingTargetPolicyDimensions: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8711,7 +8711,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8723,7 +8723,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8741,27 +8741,27 @@ const elastigroupAwsScalingUpPolicy: elastigroupAws.ElastigroupAwsScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8773,7 +8773,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8785,7 +8785,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8797,7 +8797,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8809,7 +8809,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8821,7 +8821,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8833,7 +8833,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8847,7 +8847,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8859,7 +8859,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8871,7 +8871,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8883,7 +8883,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8895,7 +8895,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8907,7 +8907,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8919,7 +8919,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8931,7 +8931,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8943,7 +8943,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8955,7 +8955,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8967,7 +8967,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8981,7 +8981,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingUpPolicyStep step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8993,7 +8993,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9005,7 +9005,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9017,7 +9017,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9035,8 +9035,8 @@ const elastigroupAwsScalingUpPolicyDimensions: elastigroupAws.ElastigroupAwsScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9048,7 +9048,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9060,7 +9060,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9079,7 +9079,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.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9093,7 +9093,7 @@ public readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9105,7 +9105,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9123,13 +9123,13 @@ const elastigroupAwsScalingUpPolicyStepAdjustmentsAction: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9141,7 +9141,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9153,7 +9153,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9165,7 +9165,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9177,7 +9177,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9189,7 +9189,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9201,7 +9201,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9213,7 +9213,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9231,21 +9231,21 @@ const elastigroupAwsScheduledTask: elastigroupAws.ElastigroupAwsScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -9257,7 +9257,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -9269,7 +9269,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9281,7 +9281,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -9293,7 +9293,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9305,7 +9305,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -9317,7 +9317,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -9329,7 +9329,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9341,7 +9341,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9353,7 +9353,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -9365,7 +9365,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -9377,7 +9377,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -9389,7 +9389,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -9401,7 +9401,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -9413,7 +9413,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -9425,7 +9425,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -9443,8 +9443,8 @@ const elastigroupAwsSignal: elastigroupAws.ElastigroupAwsSignal = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -9456,7 +9456,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9468,7 +9468,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -9486,10 +9486,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -9501,7 +9501,7 @@ public readonly shouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -9513,7 +9513,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -9525,7 +9525,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -9537,7 +9537,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -9555,8 +9555,8 @@ const elastigroupAwsStatefulInstanceAction: elastigroupAws.ElastigroupAwsStatefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -9568,7 +9568,7 @@ public readonly statefulInstanceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -9580,7 +9580,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9598,8 +9598,8 @@ const elastigroupAwsTags: elastigroupAws.ElastigroupAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9611,7 +9611,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -9623,7 +9623,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9641,9 +9641,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -9656,7 +9656,7 @@ public readonly shouldResumeStateful: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -9668,7 +9668,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -9680,7 +9680,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -9694,7 +9694,7 @@ public readonly rollConfig: ElastigroupAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -9712,12 +9712,12 @@ const elastigroupAwsUpdatePolicyRollConfig: elastigroupAws.ElastigroupAwsUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -9729,7 +9729,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9741,7 +9741,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9753,7 +9753,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -9767,7 +9767,7 @@ public readonly strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -9779,7 +9779,7 @@ public readonly waitForRollPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -9791,7 +9791,7 @@ public readonly waitForRollTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -9809,10 +9809,10 @@ const elastigroupAwsUpdatePolicyRollConfigStrategy: elastigroupAws.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -9824,7 +9824,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -9836,7 +9836,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -9850,7 +9850,7 @@ public readonly onFailure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -9862,7 +9862,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -9880,11 +9880,11 @@ const elastigroupAwsUpdatePolicyRollConfigStrategyOnFailure: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -9896,7 +9896,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9908,7 +9908,7 @@ public readonly batchNum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -9920,7 +9920,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -9932,7 +9932,7 @@ public readonly shouldDecrementTargetCapacity: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -9944,7 +9944,7 @@ public readonly shouldHandleAllBatches: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 4844bd91f..4a2064c4b 100644 --- a/docs/elastigroupAwsBeanstalk.csharp.md +++ b/docs/elastigroupAwsBeanstalk.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). # `elastigroupAwsBeanstalk` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk` ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -949,18 +949,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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | object | scheduled_task block. | @@ -1044,7 +1044,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1056,7 +1056,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1068,7 +1068,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1080,7 +1080,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1092,7 +1092,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1104,7 +1104,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1116,7 +1116,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1128,7 +1128,7 @@ public string BeanstalkEnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1140,7 +1140,7 @@ public string BeanstalkEnvironmentName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1154,7 +1154,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences DeploymentPreferences { get; deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1166,7 +1166,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1181,7 +1181,7 @@ public string Maintenance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1195,7 +1195,7 @@ public ElastigroupAwsBeanstalkManagedActions ManagedActions { get; set; } managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1209,7 +1209,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1232,9 +1232,9 @@ new ElastigroupAwsBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | object | strategy block. | --- @@ -1247,7 +1247,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1259,7 +1259,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1271,7 +1271,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1285,7 +1285,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1306,8 +1306,8 @@ new ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1319,7 +1319,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1331,7 +1331,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1365,7 +1365,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate PlatformUpdate { get; platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1387,9 +1387,9 @@ new ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1401,7 +1401,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1413,7 +1413,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1425,7 +1425,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1459,21 +1459,21 @@ new ElastigroupAwsBeanstalkScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1485,7 +1485,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1497,7 +1497,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1509,7 +1509,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1521,7 +1521,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1533,7 +1533,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1545,7 +1545,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1557,7 +1557,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1569,7 +1569,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1581,7 +1581,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1593,7 +1593,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1605,7 +1605,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1617,7 +1617,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1629,7 +1629,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1641,7 +1641,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1653,7 +1653,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index c970e13d5..2e1891265 100644 --- a/docs/elastigroupAwsBeanstalk.go.md +++ b/docs/elastigroupAwsBeanstalk.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). # `elastigroupAwsBeanstalk` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk` ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk ``` @@ -358,7 +358,7 @@ func ResetScheduledTask() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool ``` @@ -390,7 +390,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool ``` @@ -404,7 +404,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool ``` @@ -911,7 +911,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig { Connection: interface{}, @@ -930,10 +930,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsb Region: *string, BeanstalkEnvironmentId: *string, BeanstalkEnvironmentName: *string, - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, Id: *string, Maintenance: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, ScheduledTask: interface{}, } ``` @@ -949,18 +949,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | interface{} | scheduled_task block. | @@ -1044,7 +1044,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1056,7 +1056,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1068,7 +1068,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1080,7 +1080,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1092,7 +1092,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1104,7 +1104,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1116,7 +1116,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1128,7 +1128,7 @@ BeanstalkEnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1140,7 +1140,7 @@ BeanstalkEnvironmentName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1154,7 +1154,7 @@ DeploymentPreferences ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1166,7 +1166,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1181,7 +1181,7 @@ Maintenance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1195,7 +1195,7 @@ ManagedActions ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1209,7 +1209,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1218,7 +1218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, @@ -1232,9 +1232,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | interface{} | strategy block. | --- @@ -1247,7 +1247,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1259,7 +1259,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1271,7 +1271,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1285,7 +1285,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1294,7 +1294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -1306,8 +1306,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1319,7 +1319,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1331,7 +1331,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1340,10 +1340,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, } ``` @@ -1365,7 +1365,7 @@ PlatformUpdate ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1374,7 +1374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -1387,9 +1387,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1401,7 +1401,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1413,7 +1413,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1425,7 +1425,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1434,7 +1434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask { TaskType: *string, @@ -1459,21 +1459,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1485,7 +1485,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1497,7 +1497,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1509,7 +1509,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1521,7 +1521,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1533,7 +1533,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1545,7 +1545,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1557,7 +1557,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1569,7 +1569,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1581,7 +1581,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1593,7 +1593,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1605,7 +1605,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1617,7 +1617,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1629,7 +1629,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1641,7 +1641,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1653,7 +1653,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- @@ -1664,7 +1664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference ``` @@ -2042,7 +2042,7 @@ func InternalValue() ElastigroupAwsBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList ``` @@ -2185,7 +2185,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -2510,7 +2510,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference ``` @@ -2801,7 +2801,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -3137,7 +3137,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActionsPlatformUpdate #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList ``` @@ -3280,7 +3280,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkScheduledTaskOutputReference ``` diff --git a/docs/elastigroupAwsBeanstalk.java.md b/docs/elastigroupAwsBeanstalk.java.md index 06e3ee754..23c6f2a9e 100644 --- a/docs/elastigroupAwsBeanstalk.java.md +++ b/docs/elastigroupAwsBeanstalk.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). # `elastigroupAwsBeanstalk` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk` ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -56,18 +56,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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | @@ -137,7 +137,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.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -145,7 +145,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -153,7 +153,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.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -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.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -169,7 +169,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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -177,7 +177,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.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -185,7 +185,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.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -193,7 +193,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -201,7 +201,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -211,7 +211,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.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -230,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.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -240,7 +240,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.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -250,7 +250,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.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1158,18 +1158,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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | @@ -1253,7 +1253,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1265,7 +1265,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1277,7 +1277,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1289,7 +1289,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1301,7 +1301,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1313,7 +1313,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1325,7 +1325,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1337,7 +1337,7 @@ public java.lang.String getBeanstalkEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1349,7 +1349,7 @@ public java.lang.String getBeanstalkEnvironmentName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1363,7 +1363,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences getDeploymentPreferences(); deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1375,7 +1375,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1390,7 +1390,7 @@ public java.lang.String getMaintenance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1404,7 +1404,7 @@ public ElastigroupAwsBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1418,7 +1418,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1443,9 +1443,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkDeploymentPreferencesStrategy> | strategy block. | --- @@ -1458,7 +1458,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.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1470,7 +1470,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1482,7 +1482,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1496,7 +1496,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1518,8 +1518,8 @@ ElastigroupAwsBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1531,7 +1531,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1543,7 +1543,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1577,7 +1577,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate getPlatformUpdate(); platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1599,9 +1599,9 @@ ElastigroupAwsBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1613,7 +1613,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1625,7 +1625,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1637,7 +1637,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1672,21 +1672,21 @@ ElastigroupAwsBeanstalkScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1698,7 +1698,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1710,7 +1710,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1722,7 +1722,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1734,7 +1734,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1746,7 +1746,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1758,7 +1758,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1770,7 +1770,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1782,7 +1782,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.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1794,7 +1794,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1806,7 +1806,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1818,7 +1818,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1830,7 +1830,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1842,7 +1842,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1854,7 +1854,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1866,7 +1866,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.python.md b/docs/elastigroupAwsBeanstalk.python.md index 6912ab3f1..a752c8a41 100644 --- a/docs/elastigroupAwsBeanstalk.python.md +++ b/docs/elastigroupAwsBeanstalk.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). # `elastigroupAwsBeanstalk` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk` ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -53,18 +53,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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | @@ -134,7 +134,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.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -142,7 +142,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -150,7 +150,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.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -158,7 +158,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.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -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.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -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.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -208,7 +208,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.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -227,7 +227,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.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -237,7 +237,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.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -247,7 +247,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.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -508,7 +508,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -516,7 +516,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -524,7 +524,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.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -534,7 +534,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.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -552,7 +552,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1222,18 +1222,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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | @@ -1317,7 +1317,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.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1329,7 +1329,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1341,7 +1341,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.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1353,7 +1353,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.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1365,7 +1365,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1377,7 +1377,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1389,7 +1389,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1401,7 +1401,7 @@ beanstalk_environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1413,7 +1413,7 @@ beanstalk_environment_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1427,7 +1427,7 @@ deployment_preferences: ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1439,7 +1439,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1454,7 +1454,7 @@ maintenance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1468,7 +1468,7 @@ managed_actions: ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1482,7 +1482,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.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1505,9 +1505,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymentPreferencesStrategy]] | strategy block. | --- @@ -1520,7 +1520,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.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1532,7 +1532,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1544,7 +1544,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.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1558,7 +1558,7 @@ strategy: typing.Union[IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymen strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1579,8 +1579,8 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1592,7 +1592,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1604,7 +1604,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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1638,7 +1638,7 @@ platform_update: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1660,9 +1660,9 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1674,7 +1674,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1686,7 +1686,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1698,7 +1698,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1732,21 +1732,21 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1758,7 +1758,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1770,7 +1770,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1782,7 +1782,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1794,7 +1794,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1806,7 +1806,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1818,7 +1818,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1830,7 +1830,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1842,7 +1842,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.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1854,7 +1854,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1866,7 +1866,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1878,7 +1878,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1890,7 +1890,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1902,7 +1902,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1914,7 +1914,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1926,7 +1926,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- @@ -3084,7 +3084,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -3092,7 +3092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -3100,7 +3100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- diff --git a/docs/elastigroupAwsBeanstalk.typescript.md b/docs/elastigroupAwsBeanstalk.typescript.md index a3ebe245c..ff0b1d52f 100644 --- a/docs/elastigroupAwsBeanstalk.typescript.md +++ b/docs/elastigroupAwsBeanstalk.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). # `elastigroupAwsBeanstalk` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk` ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -927,18 +927,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.141.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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | cdktf.IResolvable \| ElastigroupAwsBeanstalkScheduledTask[] | scheduled_task block. | @@ -1022,7 +1022,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1034,7 +1034,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1046,7 +1046,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1058,7 +1058,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1070,7 +1070,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1082,7 +1082,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1094,7 +1094,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1106,7 +1106,7 @@ public readonly beanstalkEnvironmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1118,7 +1118,7 @@ public readonly beanstalkEnvironmentName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1132,7 +1132,7 @@ public readonly deploymentPreferences: ElastigroupAwsBeanstalkDeploymentPreferen deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1144,7 +1144,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1159,7 +1159,7 @@ public readonly maintenance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1173,7 +1173,7 @@ public readonly managedActions: ElastigroupAwsBeanstalkManagedActions; managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1187,7 +1187,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsBeanstalkScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1205,9 +1205,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | cdktf.IResolvable \| ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | strategy block. | --- @@ -1220,7 +1220,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1232,7 +1232,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1244,7 +1244,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1258,7 +1258,7 @@ public readonly strategy: IResolvable | ElastigroupAwsBeanstalkDeploymentPrefere strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1276,8 +1276,8 @@ const elastigroupAwsBeanstalkDeploymentPreferencesStrategy: elastigroupAwsBeanst | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1289,7 +1289,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1301,7 +1301,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1333,7 +1333,7 @@ public readonly platformUpdate: ElastigroupAwsBeanstalkManagedActionsPlatformUpd platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1351,9 +1351,9 @@ const elastigroupAwsBeanstalkManagedActionsPlatformUpdate: elastigroupAwsBeansta | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1365,7 +1365,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1377,7 +1377,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1389,7 +1389,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1407,21 +1407,21 @@ const elastigroupAwsBeanstalkScheduledTask: elastigroupAwsBeanstalk.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1433,7 +1433,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1445,7 +1445,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1457,7 +1457,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1469,7 +1469,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1481,7 +1481,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1493,7 +1493,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1505,7 +1505,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1517,7 +1517,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1529,7 +1529,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1541,7 +1541,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1553,7 +1553,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1565,7 +1565,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1577,7 +1577,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1589,7 +1589,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1601,7 +1601,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsSuspension.csharp.md b/docs/elastigroupAwsSuspension.csharp.md index fa70f1b30..27d365c82 100644 --- a/docs/elastigroupAwsSuspension.csharp.md +++ b/docs/elastigroupAwsSuspension.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). # `elastigroupAwsSuspension` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -628,9 +628,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.141.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.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -712,7 +712,7 @@ public string GroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -726,7 +726,7 @@ public object Suspension { get; set; } suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -738,7 +738,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -761,7 +761,7 @@ new ElastigroupAwsSuspensionSuspension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -773,7 +773,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index 7f17f6658..61902710b 100644 --- a/docs/elastigroupAwsSuspension.go.md +++ b/docs/elastigroupAwsSuspension.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). # `elastigroupAwsSuspension` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool ``` @@ -601,7 +601,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionConfig { Connection: interface{}, @@ -628,9 +628,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -712,7 +712,7 @@ GroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -726,7 +726,7 @@ Suspension interface{} suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -738,7 +738,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -750,7 +750,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension { Name: *string, @@ -761,7 +761,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawss | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -773,7 +773,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- @@ -784,7 +784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList ``` @@ -927,7 +927,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSuspensionSuspensionOutputReference ``` diff --git a/docs/elastigroupAwsSuspension.java.md b/docs/elastigroupAwsSuspension.java.md index e247f29f4..5170fb5a0 100644 --- a/docs/elastigroupAwsSuspension.java.md +++ b/docs/elastigroupAwsSuspension.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). # `elastigroupAwsSuspension` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -45,9 +45,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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -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.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -125,7 +125,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.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -133,7 +133,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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -723,9 +723,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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -807,7 +807,7 @@ public java.lang.String getGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -821,7 +821,7 @@ public java.lang.Object getSuspension(); suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -833,7 +833,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -856,7 +856,7 @@ ElastigroupAwsSuspensionSuspension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -868,7 +868,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.python.md b/docs/elastigroupAwsSuspension.python.md index 634a6cc73..6d59c7f54 100644 --- a/docs/elastigroupAwsSuspension.python.md +++ b/docs/elastigroupAwsSuspension.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). # `elastigroupAwsSuspension` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -42,9 +42,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.141.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.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -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.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -122,7 +122,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.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -748,9 +748,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.141.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.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -832,7 +832,7 @@ group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -846,7 +846,7 @@ suspension: typing.Union[IResolvable, typing.List[ElastigroupAwsSuspensionSuspen suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -858,7 +858,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -881,7 +881,7 @@ elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -893,7 +893,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.typescript.md b/docs/elastigroupAwsSuspension.typescript.md index 189ad119d..04e89dc27 100644 --- a/docs/elastigroupAwsSuspension.typescript.md +++ b/docs/elastigroupAwsSuspension.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). # `elastigroupAwsSuspension` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -617,9 +617,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.141.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.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -701,7 +701,7 @@ public readonly groupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -715,7 +715,7 @@ public readonly suspension: IResolvable | ElastigroupAwsSuspensionSuspension[]; suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -748,7 +748,7 @@ const elastigroupAwsSuspensionSuspension: elastigroupAwsSuspension.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -760,7 +760,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAzure.csharp.md b/docs/elastigroupAzure.csharp.md index c71ad1203..1836d7fea 100644 --- a/docs/elastigroupAzure.csharp.md +++ b/docs/elastigroupAzure.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). # `elastigroupAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https: ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -1432,32 +1432,32 @@ new ElastigroupAzureConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| LowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| LowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | Network | ElastigroupAzureNetwork | network block. | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | Strategy | ElastigroupAzureStrategy | strategy block. | -| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | HealthCheck | ElastigroupAzureHealthCheck | health_check block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | Image | object | image block. | | IntegrationKubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | IntegrationMultaiRuntime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | LoadBalancers | object | load_balancers block. | | Login | ElastigroupAzureLogin | login block. | | ManagedServiceIdentities | object | managed_service_identities block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | ScalingDownPolicy | object | scaling_down_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.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | UpdatePolicy | ElastigroupAzureUpdatePolicy | update_policy block. | -| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1539,7 +1539,7 @@ public string[] LowPrioritySizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1551,7 +1551,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1565,7 +1565,7 @@ public ElastigroupAzureNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1577,7 +1577,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1589,7 +1589,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1601,7 +1601,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1613,7 +1613,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1627,7 +1627,7 @@ public ElastigroupAzureStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1639,7 +1639,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1651,7 +1651,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1665,7 +1665,7 @@ public ElastigroupAzureHealthCheck HealthCheck { get; set; } health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1677,7 +1677,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1694,7 +1694,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1708,7 +1708,7 @@ public ElastigroupAzureIntegrationKubernetes IntegrationKubernetes { get; set; } integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1722,7 +1722,7 @@ public ElastigroupAzureIntegrationMultaiRuntime IntegrationMultaiRuntime { get; integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1736,7 +1736,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1750,7 +1750,7 @@ public ElastigroupAzureLogin Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1764,7 +1764,7 @@ public object ManagedServiceIdentities { get; set; } managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1776,7 +1776,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1788,7 +1788,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1802,7 +1802,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1816,7 +1816,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1830,7 +1830,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1842,7 +1842,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -1856,7 +1856,7 @@ public ElastigroupAzureUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -1868,7 +1868,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -1890,9 +1890,9 @@ new ElastigroupAzureHealthCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -1904,7 +1904,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -1916,7 +1916,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -1928,7 +1928,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -1964,7 +1964,7 @@ public object Custom { get; set; } custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -1978,7 +1978,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -1999,8 +1999,8 @@ new ElastigroupAzureImageCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2012,7 +2012,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2024,7 +2024,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2046,9 +2046,9 @@ new ElastigroupAzureImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2060,7 +2060,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2072,7 +2072,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2084,7 +2084,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2104,7 +2104,7 @@ new ElastigroupAzureIntegrationKubernetes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2116,7 +2116,7 @@ public string ClusterIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2136,7 +2136,7 @@ new ElastigroupAzureIntegrationMultaiRuntime { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2148,7 +2148,7 @@ public string DeploymentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2171,10 +2171,10 @@ new ElastigroupAzureLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | +| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2186,7 +2186,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2198,7 +2198,7 @@ public object AutoWeight { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2210,7 +2210,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2222,7 +2222,7 @@ public string TargetSetId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2244,9 +2244,9 @@ new ElastigroupAzureLogin { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | +| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2258,7 +2258,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2270,7 +2270,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2282,7 +2282,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2303,8 +2303,8 @@ new ElastigroupAzureManagedServiceIdentities { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2316,7 +2316,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2328,7 +2328,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2352,11 +2352,11 @@ new ElastigroupAzureNetwork { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | -| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | +| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | | AdditionalIpConfigs | object | additional_ip_configs block. | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | +| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2368,7 +2368,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2380,7 +2380,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2392,7 +2392,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2406,7 +2406,7 @@ public object AdditionalIpConfigs { get; set; } additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2418,7 +2418,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2439,8 +2439,8 @@ new ElastigroupAzureNetworkAdditionalIpConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2452,7 +2452,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2464,7 +2464,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2501,24 +2501,24 @@ new ElastigroupAzureScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2530,7 +2530,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2542,7 +2542,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2554,7 +2554,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2566,7 +2566,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2578,7 +2578,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2590,7 +2590,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2602,7 +2602,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2616,7 +2616,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2628,7 +2628,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2640,7 +2640,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2652,7 +2652,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2664,7 +2664,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2676,7 +2676,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2688,7 +2688,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2700,7 +2700,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2712,7 +2712,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2724,7 +2724,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2736,7 +2736,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2757,8 +2757,8 @@ new ElastigroupAzureScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2770,7 +2770,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2782,7 +2782,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2819,24 +2819,24 @@ new ElastigroupAzureScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | Dimensions | object | dimensions block. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| Minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2848,7 +2848,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2860,7 +2860,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2872,7 +2872,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2884,7 +2884,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2896,7 +2896,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2908,7 +2908,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2920,7 +2920,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2934,7 +2934,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2946,7 +2946,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2958,7 +2958,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2970,7 +2970,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2982,7 +2982,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2994,7 +2994,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3006,7 +3006,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3018,7 +3018,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3030,7 +3030,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3042,7 +3042,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3054,7 +3054,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3075,8 +3075,8 @@ new ElastigroupAzureScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3088,7 +3088,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3100,7 +3100,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3129,16 +3129,16 @@ new ElastigroupAzureScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | -| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | -| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | +| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | +| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | +| ScaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | +| ScaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3150,7 +3150,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3162,7 +3162,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3174,7 +3174,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3186,7 +3186,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3198,7 +3198,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3210,7 +3210,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3222,7 +3222,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3234,7 +3234,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3246,7 +3246,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3258,7 +3258,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3280,9 +3280,9 @@ new ElastigroupAzureStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| LowPriorityPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | -| OdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | +| LowPriorityPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | +| OdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3294,7 +3294,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3306,7 +3306,7 @@ public double LowPriorityPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3318,7 +3318,7 @@ public double OdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3339,7 +3339,7 @@ new ElastigroupAzureUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | RollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3352,7 +3352,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3366,7 +3366,7 @@ public ElastigroupAzureUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3388,9 +3388,9 @@ new ElastigroupAzureUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3402,7 +3402,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3414,7 +3414,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3426,7 +3426,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- diff --git a/docs/elastigroupAzure.go.md b/docs/elastigroupAzure.go.md index 28375fab7..3fc206362 100644 --- a/docs/elastigroupAzure.go.md +++ b/docs/elastigroupAzure.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). # `elastigroupAzure` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https: ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzure(scope Construct, id *string, config ElastigroupAzureConfig) ElastigroupAzure ``` @@ -565,7 +565,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsConstruct(x interface{}) *bool ``` @@ -597,7 +597,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ``` @@ -611,7 +611,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ``` @@ -1382,7 +1382,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureConfig { Connection: interface{}, @@ -1394,21 +1394,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur Provisioners: *[]interface{}, LowPrioritySizes: *[]*string, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureNetwork, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureNetwork, OdSizes: *[]*string, Product: *string, Region: *string, ResourceGroupName: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureStrategy, CustomData: *string, DesiredCapacity: *f64, - HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureHealthCheck, + HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureHealthCheck, Id: *string, Image: interface{}, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, LoadBalancers: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureLogin, ManagedServiceIdentities: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1416,7 +1416,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur ScalingUpPolicy: interface{}, ScheduledTask: interface{}, ShutdownScript: *string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicy, UserData: *string, } ``` @@ -1432,32 +1432,32 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.* | -| LowPrioritySizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| LowPrioritySizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | Network | ElastigroupAzureNetwork | network block. | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | Strategy | ElastigroupAzureStrategy | strategy block. | -| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | HealthCheck | ElastigroupAzureHealthCheck | health_check block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | Image | interface{} | image block. | | IntegrationKubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | IntegrationMultaiRuntime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | LoadBalancers | interface{} | load_balancers block. | | Login | ElastigroupAzureLogin | login block. | | ManagedServiceIdentities | interface{} | managed_service_identities block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | ScalingDownPolicy | interface{} | scaling_down_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.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | UpdatePolicy | ElastigroupAzureUpdatePolicy | update_policy block. | -| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1539,7 +1539,7 @@ LowPrioritySizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1551,7 +1551,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1565,7 +1565,7 @@ Network ElastigroupAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1577,7 +1577,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1589,7 +1589,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1601,7 +1601,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1613,7 +1613,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1627,7 +1627,7 @@ Strategy ElastigroupAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1639,7 +1639,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1651,7 +1651,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1665,7 +1665,7 @@ HealthCheck ElastigroupAzureHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1677,7 +1677,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1694,7 +1694,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1708,7 +1708,7 @@ IntegrationKubernetes ElastigroupAzureIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1722,7 +1722,7 @@ IntegrationMultaiRuntime ElastigroupAzureIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1736,7 +1736,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1750,7 +1750,7 @@ Login ElastigroupAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1764,7 +1764,7 @@ ManagedServiceIdentities interface{} managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1776,7 +1776,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1788,7 +1788,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1802,7 +1802,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1816,7 +1816,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1830,7 +1830,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1842,7 +1842,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -1856,7 +1856,7 @@ UpdatePolicy ElastigroupAzureUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -1868,7 +1868,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -1877,7 +1877,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureHealthCheck { HealthCheckType: *string, @@ -1890,9 +1890,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -1904,7 +1904,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -1916,7 +1916,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -1928,7 +1928,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -1937,7 +1937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImage { Custom: interface{}, @@ -1964,7 +1964,7 @@ Custom interface{} custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -1978,7 +1978,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -1987,7 +1987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageCustom { ImageName: *string, @@ -1999,8 +1999,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2012,7 +2012,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2024,7 +2024,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2033,7 +2033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageMarketplace { Offer: *string, @@ -2046,9 +2046,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2060,7 +2060,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2072,7 +2072,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2084,7 +2084,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2093,7 +2093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationKubernetes { ClusterIdentifier: *string, @@ -2104,7 +2104,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2116,7 +2116,7 @@ ClusterIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2125,7 +2125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationMultaiRuntime { DeploymentId: *string, @@ -2136,7 +2136,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2148,7 +2148,7 @@ DeploymentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2157,7 +2157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLoadBalancers { Type: *string, @@ -2171,10 +2171,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | +| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2186,7 +2186,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2198,7 +2198,7 @@ AutoWeight interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2210,7 +2210,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2222,7 +2222,7 @@ TargetSetId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLogin { UserName: *string, @@ -2244,9 +2244,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | +| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2258,7 +2258,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2270,7 +2270,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2282,7 +2282,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2291,7 +2291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureManagedServiceIdentities { Name: *string, @@ -2303,8 +2303,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2316,7 +2316,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2328,7 +2328,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2337,7 +2337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetwork { ResourceGroupName: *string, @@ -2352,11 +2352,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | -| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | +| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | | AdditionalIpConfigs | interface{} | additional_ip_configs block. | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | +| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2368,7 +2368,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2380,7 +2380,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2392,7 +2392,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2406,7 +2406,7 @@ AdditionalIpConfigs interface{} additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2418,7 +2418,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2427,7 +2427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetworkAdditionalIpConfigs { Name: *string, @@ -2439,8 +2439,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2452,7 +2452,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2464,7 +2464,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2473,7 +2473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicy { MetricName: *string, @@ -2501,24 +2501,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2530,7 +2530,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2542,7 +2542,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2554,7 +2554,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2566,7 +2566,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2578,7 +2578,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2590,7 +2590,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2602,7 +2602,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2616,7 +2616,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2628,7 +2628,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2640,7 +2640,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2652,7 +2652,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2664,7 +2664,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2676,7 +2676,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2688,7 +2688,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2700,7 +2700,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2712,7 +2712,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2724,7 +2724,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2736,7 +2736,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2745,7 +2745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicyDimensions { Name: *string, @@ -2757,8 +2757,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2770,7 +2770,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2782,7 +2782,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2791,7 +2791,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicy { MetricName: *string, @@ -2819,24 +2819,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | Dimensions | interface{} | dimensions block. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| Minimum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2848,7 +2848,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2860,7 +2860,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2872,7 +2872,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2884,7 +2884,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2896,7 +2896,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2908,7 +2908,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2920,7 +2920,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2934,7 +2934,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2946,7 +2946,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2958,7 +2958,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2970,7 +2970,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2982,7 +2982,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2994,7 +2994,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3006,7 +3006,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3018,7 +3018,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3030,7 +3030,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3042,7 +3042,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3054,7 +3054,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3063,7 +3063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicyDimensions { Name: *string, @@ -3075,8 +3075,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3088,7 +3088,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3100,7 +3100,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3109,7 +3109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScheduledTask { CronExpression: *string, @@ -3129,16 +3129,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | -| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | -| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | +| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | +| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | +| ScaleMinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | +| ScaleTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3150,7 +3150,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3162,7 +3162,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3174,7 +3174,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3186,7 +3186,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3198,7 +3198,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3210,7 +3210,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3222,7 +3222,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3234,7 +3234,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3246,7 +3246,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3258,7 +3258,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3267,7 +3267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureStrategy { DrainingTimeout: *f64, @@ -3280,9 +3280,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| LowPriorityPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | -| OdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | +| LowPriorityPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | +| OdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3294,7 +3294,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3306,7 +3306,7 @@ LowPriorityPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3318,7 +3318,7 @@ OdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3327,11 +3327,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, } ``` @@ -3339,7 +3339,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | RollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3352,7 +3352,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3366,7 +3366,7 @@ RollConfig ElastigroupAzureUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3375,7 +3375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3388,9 +3388,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3402,7 +3402,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3414,7 +3414,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3426,7 +3426,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -3437,7 +3437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureHealthCheckOutputReference ``` @@ -3766,7 +3766,7 @@ func InternalValue() ElastigroupAzureHealthCheck #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageCustomList ``` @@ -3909,7 +3909,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageCustomOutputReference ``` @@ -4220,7 +4220,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageList ``` @@ -4363,7 +4363,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageMarketplaceList ``` @@ -4506,7 +4506,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageMarketplaceOutputReference ``` @@ -4839,7 +4839,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageOutputReference ``` @@ -5190,7 +5190,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationKubernetesOutputReference ``` @@ -5461,7 +5461,7 @@ func InternalValue() ElastigroupAzureIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationMultaiRuntimeOutputReference ``` @@ -5732,7 +5732,7 @@ func InternalValue() ElastigroupAzureIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureLoadBalancersList ``` @@ -5875,7 +5875,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureLoadBalancersOutputReference ``` @@ -6251,7 +6251,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureLoginOutputReference ``` @@ -6580,7 +6580,7 @@ func InternalValue() ElastigroupAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureManagedServiceIdentitiesList ``` @@ -6723,7 +6723,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureManagedServiceIdentitiesOutputReference ``` @@ -7034,7 +7034,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsList ``` @@ -7177,7 +7177,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsOutputReference ``` @@ -7495,7 +7495,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureNetworkOutputReference ``` @@ -7881,7 +7881,7 @@ func InternalValue() ElastigroupAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyDimensionsList ``` @@ -8024,7 +8024,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyDimensionsOutputReference ``` @@ -8342,7 +8342,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyList ``` @@ -8485,7 +8485,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyOutputReference ``` @@ -9259,7 +9259,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyDimensionsList ``` @@ -9402,7 +9402,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyDimensionsOutputReference ``` @@ -9720,7 +9720,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyList ``` @@ -9863,7 +9863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyOutputReference ``` @@ -10637,7 +10637,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScheduledTaskList ``` @@ -10780,7 +10780,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScheduledTaskOutputReference ``` @@ -11323,7 +11323,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureStrategyOutputReference ``` @@ -11659,7 +11659,7 @@ func InternalValue() ElastigroupAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyOutputReference ``` @@ -11972,7 +11972,7 @@ func InternalValue() ElastigroupAzureUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/elastigroupAzure.java.md b/docs/elastigroupAzure.java.md index e33dc1d4f..5766821a7 100644 --- a/docs/elastigroupAzure.java.md +++ b/docs/elastigroupAzure.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). # `elastigroupAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https: ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -73,32 +73,32 @@ ElastigroupAzure.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.* | -| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | network | ElastigroupAzureNetwork | network block. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | strategy | ElastigroupAzureStrategy | strategy block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | healthCheck | ElastigroupAzureHealthCheck | health_check block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureImage> | image block. | | integrationKubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | integrationMultaiRuntime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureLoadBalancers> | load_balancers block. | | login | ElastigroupAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureManagedServiceIdentities> | managed_service_identities block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScheduledTask> | scheduled_task block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | updatePolicy | ElastigroupAzureUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -166,7 +166,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.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -184,7 +184,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.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -192,7 +192,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.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -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.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -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.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -226,7 +226,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.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -234,7 +234,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.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -242,7 +242,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.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -260,7 +260,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.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -283,7 +283,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.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -303,7 +303,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.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -313,7 +313,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.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -323,7 +323,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.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -331,7 +331,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.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -339,7 +339,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.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -349,7 +349,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.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -359,7 +359,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.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -369,7 +369,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.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -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.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -387,7 +387,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.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -395,7 +395,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.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -1791,32 +1791,32 @@ ElastigroupAzureConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | network | ElastigroupAzureNetwork | network block. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | strategy | ElastigroupAzureStrategy | strategy block. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | healthCheck | ElastigroupAzureHealthCheck | health_check block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureImage> | image block. | | integrationKubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | integrationMultaiRuntime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | loadBalancers | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureLoadBalancers> | load_balancers block. | | login | ElastigroupAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureManagedServiceIdentities> | managed_service_identities block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| minSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | scalingDownPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingDownPolicy> | scaling_down_policy block. | | scalingUpPolicy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingUpPolicy> | scaling_up_policy block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScheduledTask> | scheduled_task block. | -| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdownScript | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | updatePolicy | ElastigroupAzureUpdatePolicy | update_policy block. | -| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| userData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1898,7 +1898,7 @@ public java.util.List getLowPrioritySizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1910,7 +1910,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1924,7 +1924,7 @@ public ElastigroupAzureNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1936,7 +1936,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1948,7 +1948,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1960,7 +1960,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1972,7 +1972,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1986,7 +1986,7 @@ public ElastigroupAzureStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1998,7 +1998,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -2010,7 +2010,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -2024,7 +2024,7 @@ public ElastigroupAzureHealthCheck getHealthCheck(); health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -2036,7 +2036,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2053,7 +2053,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -2067,7 +2067,7 @@ public ElastigroupAzureIntegrationKubernetes getIntegrationKubernetes(); integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -2081,7 +2081,7 @@ public ElastigroupAzureIntegrationMultaiRuntime getIntegrationMultaiRuntime(); integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -2095,7 +2095,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -2109,7 +2109,7 @@ public ElastigroupAzureLogin getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -2123,7 +2123,7 @@ public java.lang.Object getManagedServiceIdentities(); managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -2135,7 +2135,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -2147,7 +2147,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -2161,7 +2161,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -2175,7 +2175,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -2189,7 +2189,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -2201,7 +2201,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2215,7 +2215,7 @@ public ElastigroupAzureUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2227,7 +2227,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2250,9 +2250,9 @@ ElastigroupAzureHealthCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | -| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| autoHealing | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2264,7 +2264,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2276,7 +2276,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.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2288,7 +2288,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2326,7 +2326,7 @@ public java.lang.Object getCustom(); custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2340,7 +2340,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2361,8 +2361,8 @@ ElastigroupAzureImageCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2374,7 +2374,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2386,7 +2386,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2408,9 +2408,9 @@ ElastigroupAzureImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2422,7 +2422,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2434,7 +2434,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2446,7 +2446,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2466,7 +2466,7 @@ ElastigroupAzureIntegrationKubernetes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2478,7 +2478,7 @@ public java.lang.String getClusterIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2498,7 +2498,7 @@ ElastigroupAzureIntegrationMultaiRuntime.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2510,7 +2510,7 @@ public java.lang.String getDeploymentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2534,10 +2534,10 @@ ElastigroupAzureLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| autoWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| autoWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | +| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2549,7 +2549,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2561,7 +2561,7 @@ public java.lang.Object getAutoWeight(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2573,7 +2573,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2585,7 +2585,7 @@ public java.lang.String getTargetSetId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2607,9 +2607,9 @@ ElastigroupAzureLogin.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | +| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2621,7 +2621,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2633,7 +2633,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2645,7 +2645,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2666,8 +2666,8 @@ ElastigroupAzureManagedServiceIdentities.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2679,7 +2679,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2691,7 +2691,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2717,11 +2717,11 @@ ElastigroupAzureNetwork.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | -| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | +| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | | additionalIpConfigs | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureNetworkAdditionalIpConfigs> | additional_ip_configs block. | -| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | +| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2733,7 +2733,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2745,7 +2745,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2757,7 +2757,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2771,7 +2771,7 @@ public java.lang.Object getAdditionalIpConfigs(); additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2783,7 +2783,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.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2804,8 +2804,8 @@ ElastigroupAzureNetworkAdditionalIpConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2817,7 +2817,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2829,7 +2829,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2867,24 +2867,24 @@ ElastigroupAzureScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingDownPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2896,7 +2896,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2908,7 +2908,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2920,7 +2920,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2932,7 +2932,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2944,7 +2944,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2956,7 +2956,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2968,7 +2968,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2982,7 +2982,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2994,7 +2994,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3006,7 +3006,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3018,7 +3018,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3030,7 +3030,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3042,7 +3042,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3054,7 +3054,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3066,7 +3066,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3078,7 +3078,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3090,7 +3090,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3102,7 +3102,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3123,8 +3123,8 @@ ElastigroupAzureScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3136,7 +3136,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3148,7 +3148,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3186,24 +3186,24 @@ ElastigroupAzureScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureScalingUpPolicyDimensions> | dimensions block. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3215,7 +3215,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3227,7 +3227,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3239,7 +3239,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3251,7 +3251,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3263,7 +3263,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3275,7 +3275,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3287,7 +3287,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3301,7 +3301,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3313,7 +3313,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3325,7 +3325,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3337,7 +3337,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3349,7 +3349,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3361,7 +3361,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3373,7 +3373,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3385,7 +3385,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3397,7 +3397,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3409,7 +3409,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3421,7 +3421,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3442,8 +3442,8 @@ ElastigroupAzureScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3455,7 +3455,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3467,7 +3467,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3497,16 +3497,16 @@ ElastigroupAzureScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | -| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | -| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | +| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | +| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | +| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | +| batchSizePercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | +| scaleMaxCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | +| scaleMinCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | +| scaleTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3518,7 +3518,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3530,7 +3530,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3542,7 +3542,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3554,7 +3554,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3566,7 +3566,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3578,7 +3578,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3590,7 +3590,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.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3602,7 +3602,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3614,7 +3614,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3626,7 +3626,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3648,9 +3648,9 @@ ElastigroupAzureStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| lowPriorityPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | -| odCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | +| lowPriorityPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | +| odCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3662,7 +3662,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3674,7 +3674,7 @@ public java.lang.Number getLowPriorityPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3686,7 +3686,7 @@ public java.lang.Number getOdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3708,7 +3708,7 @@ ElastigroupAzureUpdatePolicy.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.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | rollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3721,7 +3721,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.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3735,7 +3735,7 @@ public ElastigroupAzureUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3757,9 +3757,9 @@ ElastigroupAzureUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3771,7 +3771,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3783,7 +3783,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3795,7 +3795,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- diff --git a/docs/elastigroupAzure.python.md b/docs/elastigroupAzure.python.md index 4569937c1..230376a4d 100644 --- a/docs/elastigroupAzure.python.md +++ b/docs/elastigroupAzure.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). # `elastigroupAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https: ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -65,32 +65,32 @@ elastigroupAzure.ElastigroupAzure( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| low_priority_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| low_priority_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | network | ElastigroupAzureNetwork | network block. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | strategy | ElastigroupAzureStrategy | strategy block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | health_check | ElastigroupAzureHealthCheck | health_check block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureImage]] | image block. | | integration_kubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | integration_multai_runtime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureLoadBalancers]] | load_balancers block. | | login | ElastigroupAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureManagedServiceIdentities]] | managed_service_identities block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScheduledTask]] | scheduled_task block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | update_policy | ElastigroupAzureUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -158,7 +158,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.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -176,7 +176,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.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -184,7 +184,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.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -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.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -218,7 +218,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.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -234,7 +234,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.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -265,7 +265,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.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -275,7 +275,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.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -295,7 +295,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.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -305,7 +305,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.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -315,7 +315,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.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -323,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.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -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.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -341,7 +341,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.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -351,7 +351,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.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -361,7 +361,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.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -379,7 +379,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.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -668,7 +668,7 @@ def put_health_check( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -676,7 +676,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.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -684,7 +684,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.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -714,7 +714,7 @@ def put_integration_kubernetes( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -730,7 +730,7 @@ def put_integration_multai_runtime( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -762,7 +762,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -770,7 +770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -778,7 +778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -812,7 +812,7 @@ def put_network( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -820,7 +820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -828,7 +828,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -838,7 +838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -846,7 +846,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.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -906,7 +906,7 @@ def put_strategy( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -914,7 +914,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.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -922,7 +922,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.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -939,7 +939,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -949,7 +949,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.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -1947,32 +1947,32 @@ elastigroupAzure.ElastigroupAzureConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| low_priority_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| low_priority_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | network | ElastigroupAzureNetwork | network block. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | strategy | ElastigroupAzureStrategy | strategy block. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | health_check | ElastigroupAzureHealthCheck | health_check block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureImage]] | image block. | | integration_kubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | integration_multai_runtime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | load_balancers | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureLoadBalancers]] | load_balancers block. | | login | ElastigroupAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureManagedServiceIdentities]] | managed_service_identities block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| min_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | scaling_down_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingDownPolicy]] | scaling_down_policy block. | | scaling_up_policy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingUpPolicy]] | scaling_up_policy block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScheduledTask]] | scheduled_task block. | -| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdown_script | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | update_policy | ElastigroupAzureUpdatePolicy | update_policy block. | -| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -2054,7 +2054,7 @@ low_priority_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -2066,7 +2066,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2080,7 +2080,7 @@ network: ElastigroupAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -2092,7 +2092,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -2104,7 +2104,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -2116,7 +2116,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -2128,7 +2128,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2142,7 +2142,7 @@ strategy: ElastigroupAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -2154,7 +2154,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -2166,7 +2166,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.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -2180,7 +2180,7 @@ health_check: ElastigroupAzureHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -2192,7 +2192,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2209,7 +2209,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAzureImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -2223,7 +2223,7 @@ integration_kubernetes: ElastigroupAzureIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -2237,7 +2237,7 @@ integration_multai_runtime: ElastigroupAzureIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -2251,7 +2251,7 @@ load_balancers: typing.Union[IResolvable, typing.List[ElastigroupAzureLoadBalanc load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -2265,7 +2265,7 @@ login: ElastigroupAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -2279,7 +2279,7 @@ managed_service_identities: typing.Union[IResolvable, typing.List[ElastigroupAzu managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -2291,7 +2291,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.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -2303,7 +2303,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.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -2317,7 +2317,7 @@ scaling_down_policy: typing.Union[IResolvable, typing.List[ElastigroupAzureScali scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -2331,7 +2331,7 @@ scaling_up_policy: typing.Union[IResolvable, typing.List[ElastigroupAzureScaling scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -2345,7 +2345,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ElastigroupAzureScheduledT scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -2357,7 +2357,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2371,7 +2371,7 @@ update_policy: ElastigroupAzureUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2383,7 +2383,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2405,9 +2405,9 @@ elastigroupAzure.ElastigroupAzureHealthCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | -| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| auto_healing | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2419,7 +2419,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2431,7 +2431,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.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2443,7 +2443,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.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2479,7 +2479,7 @@ custom: typing.Union[IResolvable, typing.List[ElastigroupAzureImageCustom]] custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2493,7 +2493,7 @@ marketplace: typing.Union[IResolvable, typing.List[ElastigroupAzureImageMarketpl marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2514,8 +2514,8 @@ elastigroupAzure.ElastigroupAzureImageCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2527,7 +2527,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2539,7 +2539,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2561,9 +2561,9 @@ elastigroupAzure.ElastigroupAzureImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2575,7 +2575,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2587,7 +2587,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2599,7 +2599,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2619,7 +2619,7 @@ elastigroupAzure.ElastigroupAzureIntegrationKubernetes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2631,7 +2631,7 @@ cluster_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2651,7 +2651,7 @@ elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime( | **Name** | **Type** | **Description** | | --- | --- | --- | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2663,7 +2663,7 @@ deployment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2686,10 +2686,10 @@ elastigroupAzure.ElastigroupAzureLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| auto_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| auto_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | +| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2701,7 +2701,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2713,7 +2713,7 @@ auto_weight: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2725,7 +2725,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2737,7 +2737,7 @@ target_set_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2759,9 +2759,9 @@ elastigroupAzure.ElastigroupAzureLogin( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | +| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2773,7 +2773,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2785,7 +2785,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2797,7 +2797,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2818,8 +2818,8 @@ elastigroupAzure.ElastigroupAzureManagedServiceIdentities( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2831,7 +2831,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2843,7 +2843,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2867,11 +2867,11 @@ elastigroupAzure.ElastigroupAzureNetwork( | **Name** | **Type** | **Description** | | --- | --- | --- | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | -| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | +| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | | additional_ip_configs | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureNetworkAdditionalIpConfigs]] | additional_ip_configs block. | -| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | +| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2883,7 +2883,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2895,7 +2895,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2907,7 +2907,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2921,7 +2921,7 @@ additional_ip_configs: typing.Union[IResolvable, typing.List[ElastigroupAzureNet additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2933,7 +2933,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.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2954,8 +2954,8 @@ elastigroupAzure.ElastigroupAzureNetworkAdditionalIpConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2967,7 +2967,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2979,7 +2979,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -3016,24 +3016,24 @@ elastigroupAzure.ElastigroupAzureScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingDownPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3045,7 +3045,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3057,7 +3057,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3069,7 +3069,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3081,7 +3081,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3093,7 +3093,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3105,7 +3105,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3117,7 +3117,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3131,7 +3131,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureScalingDownPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3143,7 +3143,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.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3155,7 +3155,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3167,7 +3167,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3179,7 +3179,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3191,7 +3191,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3203,7 +3203,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3215,7 +3215,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3227,7 +3227,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3239,7 +3239,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3251,7 +3251,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3272,8 +3272,8 @@ elastigroupAzure.ElastigroupAzureScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3285,7 +3285,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3297,7 +3297,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3334,24 +3334,24 @@ elastigroupAzure.ElastigroupAzureScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureScalingUpPolicyDimensions]] | dimensions block. | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3363,7 +3363,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3375,7 +3375,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3387,7 +3387,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3399,7 +3399,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3411,7 +3411,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3423,7 +3423,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3435,7 +3435,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3449,7 +3449,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureScalingUpPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3461,7 +3461,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.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3473,7 +3473,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3485,7 +3485,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3497,7 +3497,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3509,7 +3509,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3521,7 +3521,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3533,7 +3533,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3545,7 +3545,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3557,7 +3557,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3569,7 +3569,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3590,8 +3590,8 @@ elastigroupAzure.ElastigroupAzureScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3603,7 +3603,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3615,7 +3615,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3644,16 +3644,16 @@ elastigroupAzure.ElastigroupAzureScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | -| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | -| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | +| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | +| batch_size_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | +| scale_max_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | +| scale_min_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | +| scale_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3665,7 +3665,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3677,7 +3677,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3689,7 +3689,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3701,7 +3701,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3713,7 +3713,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3725,7 +3725,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3737,7 +3737,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.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3749,7 +3749,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3761,7 +3761,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3773,7 +3773,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3795,9 +3795,9 @@ elastigroupAzure.ElastigroupAzureStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| low_priority_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | -| od_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | +| low_priority_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | +| od_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3809,7 +3809,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.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3821,7 +3821,7 @@ low_priority_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3833,7 +3833,7 @@ od_count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3854,7 +3854,7 @@ elastigroupAzure.ElastigroupAzureUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | roll_config | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3867,7 +3867,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.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3881,7 +3881,7 @@ roll_config: ElastigroupAzureUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3903,9 +3903,9 @@ elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3917,7 +3917,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.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3929,7 +3929,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.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3941,7 +3941,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -12958,7 +12958,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -12966,7 +12966,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.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -12974,7 +12974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- diff --git a/docs/elastigroupAzure.typescript.md b/docs/elastigroupAzure.typescript.md index a0e6b316e..56d2af8bb 100644 --- a/docs/elastigroupAzure.typescript.md +++ b/docs/elastigroupAzure.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). # `elastigroupAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https: ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -1398,32 +1398,32 @@ const elastigroupAzureConfig: elastigroupAzure.ElastigroupAzureConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| lowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | | network | ElastigroupAzureNetwork | network block. | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | | strategy | ElastigroupAzureStrategy | strategy block. | -| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | | healthCheck | ElastigroupAzureHealthCheck | health_check block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | | image | cdktf.IResolvable \| ElastigroupAzureImage[] | image block. | | integrationKubernetes | ElastigroupAzureIntegrationKubernetes | integration_kubernetes block. | | integrationMultaiRuntime | ElastigroupAzureIntegrationMultaiRuntime | integration_multai_runtime block. | | loadBalancers | cdktf.IResolvable \| ElastigroupAzureLoadBalancers[] | load_balancers block. | | login | ElastigroupAzureLogin | login block. | | managedServiceIdentities | cdktf.IResolvable \| ElastigroupAzureManagedServiceIdentities[] | managed_service_identities block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | | scalingDownPolicy | cdktf.IResolvable \| ElastigroupAzureScalingDownPolicy[] | scaling_down_policy block. | | scalingUpPolicy | cdktf.IResolvable \| ElastigroupAzureScalingUpPolicy[] | scaling_up_policy block. | | scheduledTask | cdktf.IResolvable \| ElastigroupAzureScheduledTask[] | scheduled_task block. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | | updatePolicy | ElastigroupAzureUpdatePolicy | update_policy block. | -| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1505,7 +1505,7 @@ public readonly lowPrioritySizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1517,7 +1517,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1531,7 +1531,7 @@ public readonly network: ElastigroupAzureNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1543,7 +1543,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1555,7 +1555,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1567,7 +1567,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1579,7 +1579,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1593,7 +1593,7 @@ public readonly strategy: ElastigroupAzureStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1605,7 +1605,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1617,7 +1617,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1631,7 +1631,7 @@ public readonly healthCheck: ElastigroupAzureHealthCheck; health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1643,7 +1643,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1660,7 +1660,7 @@ public readonly image: IResolvable | ElastigroupAzureImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1674,7 +1674,7 @@ public readonly integrationKubernetes: ElastigroupAzureIntegrationKubernetes; integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1688,7 +1688,7 @@ public readonly integrationMultaiRuntime: ElastigroupAzureIntegrationMultaiRunti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1702,7 +1702,7 @@ public readonly loadBalancers: IResolvable | ElastigroupAzureLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1716,7 +1716,7 @@ public readonly login: ElastigroupAzureLogin; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1730,7 +1730,7 @@ public readonly managedServiceIdentities: IResolvable | ElastigroupAzureManagedS managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1742,7 +1742,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1754,7 +1754,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1768,7 +1768,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAzureScalingDownPoli scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1782,7 +1782,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAzureScalingUpPolicy[] scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1796,7 +1796,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAzureScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1808,7 +1808,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -1822,7 +1822,7 @@ public readonly updatePolicy: ElastigroupAzureUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -1834,7 +1834,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -1852,9 +1852,9 @@ const elastigroupAzureHealthCheck: elastigroupAzure.ElastigroupAzureHealthCheck | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -1866,7 +1866,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -1878,7 +1878,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -1890,7 +1890,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -1923,7 +1923,7 @@ public readonly custom: IResolvable | ElastigroupAzureImageCustom[]; custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -1937,7 +1937,7 @@ public readonly marketplace: IResolvable | ElastigroupAzureImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -1955,8 +1955,8 @@ const elastigroupAzureImageCustom: elastigroupAzure.ElastigroupAzureImageCustom | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -1968,7 +1968,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -1980,7 +1980,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1998,9 +1998,9 @@ const elastigroupAzureImageMarketplace: elastigroupAzure.ElastigroupAzureImageMa | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2012,7 +2012,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2024,7 +2024,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2036,7 +2036,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2054,7 +2054,7 @@ const elastigroupAzureIntegrationKubernetes: elastigroupAzure.ElastigroupAzureIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2066,7 +2066,7 @@ public readonly clusterIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2084,7 +2084,7 @@ const elastigroupAzureIntegrationMultaiRuntime: elastigroupAzure.ElastigroupAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2096,7 +2096,7 @@ public readonly deploymentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2114,10 +2114,10 @@ const elastigroupAzureLoadBalancers: elastigroupAzure.ElastigroupAzureLoadBalanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| autoWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| autoWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | +| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2129,7 +2129,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2141,7 +2141,7 @@ public readonly autoWeight: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2153,7 +2153,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2165,7 +2165,7 @@ public readonly targetSetId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2183,9 +2183,9 @@ const elastigroupAzureLogin: elastigroupAzure.ElastigroupAzureLogin = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | +| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2197,7 +2197,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2209,7 +2209,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2221,7 +2221,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2239,8 +2239,8 @@ const elastigroupAzureManagedServiceIdentities: elastigroupAzure.ElastigroupAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2252,7 +2252,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2264,7 +2264,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2282,11 +2282,11 @@ const elastigroupAzureNetwork: elastigroupAzure.ElastigroupAzureNetwork = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | -| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | +| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | +| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. | | additionalIpConfigs | cdktf.IResolvable \| ElastigroupAzureNetworkAdditionalIpConfigs[] | additional_ip_configs block. | -| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | +| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2298,7 +2298,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2310,7 +2310,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2322,7 +2322,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2336,7 +2336,7 @@ public readonly additionalIpConfigs: IResolvable | ElastigroupAzureNetworkAdditi additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2348,7 +2348,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2366,8 +2366,8 @@ const elastigroupAzureNetworkAdditionalIpConfigs: elastigroupAzure.ElastigroupAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2379,7 +2379,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2391,7 +2391,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2409,24 +2409,24 @@ const elastigroupAzureScalingDownPolicy: elastigroupAzure.ElastigroupAzureScalin | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupAzureScalingDownPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2438,7 +2438,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2450,7 +2450,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2462,7 +2462,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2474,7 +2474,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2486,7 +2486,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2498,7 +2498,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2510,7 +2510,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2524,7 +2524,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureScalingDownPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2536,7 +2536,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2548,7 +2548,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2560,7 +2560,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2572,7 +2572,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2584,7 +2584,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2596,7 +2596,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2608,7 +2608,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2620,7 +2620,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2632,7 +2632,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2644,7 +2644,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2662,8 +2662,8 @@ const elastigroupAzureScalingDownPolicyDimensions: elastigroupAzure.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2675,7 +2675,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2687,7 +2687,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2705,24 +2705,24 @@ const elastigroupAzureScalingUpPolicy: elastigroupAzure.ElastigroupAzureScalingU | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | | dimensions | cdktf.IResolvable \| ElastigroupAzureScalingUpPolicyDimensions[] | dimensions block. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | -| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. | +| minimum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. | +| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2734,7 +2734,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2746,7 +2746,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2758,7 +2758,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2770,7 +2770,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2782,7 +2782,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2794,7 +2794,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2806,7 +2806,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2820,7 +2820,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureScalingUpPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2832,7 +2832,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2844,7 +2844,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2856,7 +2856,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2868,7 +2868,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2880,7 +2880,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2892,7 +2892,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2904,7 +2904,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2916,7 +2916,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2928,7 +2928,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2940,7 +2940,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2958,8 +2958,8 @@ const elastigroupAzureScalingUpPolicyDimensions: elastigroupAzure.ElastigroupAzu | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2971,7 +2971,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2983,7 +2983,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3001,16 +3001,16 @@ const elastigroupAzureScheduledTask: elastigroupAzure.ElastigroupAzureScheduledT | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | -| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | -| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | +| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | +| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. | +| scaleMinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. | +| scaleTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3022,7 +3022,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3034,7 +3034,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3046,7 +3046,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3058,7 +3058,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3070,7 +3070,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3082,7 +3082,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3094,7 +3094,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3106,7 +3106,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3118,7 +3118,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3130,7 +3130,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3148,9 +3148,9 @@ const elastigroupAzureStrategy: elastigroupAzure.ElastigroupAzureStrategy = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| lowPriorityPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | -| odCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | +| lowPriorityPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. | +| odCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3162,7 +3162,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3174,7 +3174,7 @@ public readonly lowPriorityPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3186,7 +3186,7 @@ public readonly odCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3204,7 +3204,7 @@ const elastigroupAzureUpdatePolicy: elastigroupAzure.ElastigroupAzureUpdatePolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | rollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3217,7 +3217,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3231,7 +3231,7 @@ public readonly rollConfig: ElastigroupAzureUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3249,9 +3249,9 @@ const elastigroupAzureUpdatePolicyRollConfig: elastigroupAzure.ElastigroupAzureU | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3263,7 +3263,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3275,7 +3275,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3287,7 +3287,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- diff --git a/docs/elastigroupAzureV3.csharp.md b/docs/elastigroupAzureV3.csharp.md index 22cae021f..40c2cae28 100644 --- a/docs/elastigroupAzureV3.csharp.md +++ b/docs/elastigroupAzureV3.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). # `elastigroupAzureV3` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](htt ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -1148,25 +1148,25 @@ 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.141.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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | Network | ElastigroupAzureV3Network | network block. | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | Image | object | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | object | tags block. | --- @@ -1249,7 +1249,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1261,7 +1261,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1275,7 +1275,7 @@ public ElastigroupAzureV3Network Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1287,7 +1287,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1299,7 +1299,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1311,7 +1311,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1323,7 +1323,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1335,7 +1335,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1347,7 +1347,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1359,7 +1359,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1371,7 +1371,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1383,7 +1383,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1400,7 +1400,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1414,7 +1414,7 @@ public ElastigroupAzureV3Login Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1428,7 +1428,7 @@ public object ManagedServiceIdentity { get; set; } managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1440,7 +1440,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1452,7 +1452,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1464,7 +1464,7 @@ public double OnDemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1476,7 +1476,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1490,7 +1490,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1526,7 +1526,7 @@ public object Custom { get; set; } custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1540,7 +1540,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1561,8 +1561,8 @@ new ElastigroupAzureV3ImageCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1574,7 +1574,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1586,7 +1586,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1609,10 +1609,10 @@ new ElastigroupAzureV3ImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1624,7 +1624,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1636,7 +1636,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1648,7 +1648,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1660,7 +1660,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1682,9 +1682,9 @@ new ElastigroupAzureV3Login { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1696,7 +1696,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1708,7 +1708,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1720,7 +1720,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1741,8 +1741,8 @@ new ElastigroupAzureV3ManagedServiceIdentity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1754,7 +1754,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1766,7 +1766,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1789,8 +1789,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1804,7 +1804,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1816,7 +1816,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1828,7 +1828,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1852,9 +1852,9 @@ new ElastigroupAzureV3NetworkNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | object | additional_ip_configs block. | | ApplicationSecurityGroup | object | application_security_group block. | @@ -1868,7 +1868,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -1880,7 +1880,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -1892,7 +1892,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -1906,7 +1906,7 @@ public object AdditionalIpConfigs { get; set; } additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -1920,7 +1920,7 @@ public object ApplicationSecurityGroup { get; set; } application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -1941,8 +1941,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -1954,7 +1954,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1966,7 +1966,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -1987,8 +1987,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2000,7 +2000,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2012,7 +2012,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2033,8 +2033,8 @@ new ElastigroupAzureV3Tags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2046,7 +2046,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2058,7 +2058,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index 8a802f731..7345f8180 100644 --- a/docs/elastigroupAzureV3.go.md +++ b/docs/elastigroupAzureV3.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). # `elastigroupAzureV3` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](htt ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3 ``` @@ -419,7 +419,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ``` @@ -1104,7 +1104,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Config { Connection: interface{}, @@ -1116,7 +1116,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur Provisioners: *[]interface{}, FallbackToOnDemand: interface{}, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzureV3.ElastigroupAzureV3Network, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network, OdSizes: *[]*string, Os: *string, Region: *string, @@ -1127,7 +1127,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur DrainingTimeout: *f64, Id: *string, Image: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupAzureV3.ElastigroupAzureV3Login, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login, ManagedServiceIdentity: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1148,25 +1148,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | Network | ElastigroupAzureV3Network | network block. | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | Image | interface{} | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | interface{} | tags block. | --- @@ -1249,7 +1249,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1261,7 +1261,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1275,7 +1275,7 @@ Network ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1287,7 +1287,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1299,7 +1299,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1311,7 +1311,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1323,7 +1323,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1335,7 +1335,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1347,7 +1347,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1359,7 +1359,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1371,7 +1371,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1383,7 +1383,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1400,7 +1400,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1414,7 +1414,7 @@ Login ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1428,7 +1428,7 @@ ManagedServiceIdentity interface{} managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1440,7 +1440,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1452,7 +1452,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1464,7 +1464,7 @@ OnDemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1476,7 +1476,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1490,7 +1490,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1499,7 +1499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Image { Custom: interface{}, @@ -1526,7 +1526,7 @@ Custom interface{} custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1540,7 +1540,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1549,7 +1549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageCustom { ImageName: *string, @@ -1561,8 +1561,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1574,7 +1574,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1586,7 +1586,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1595,7 +1595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace { Offer: *string, @@ -1609,10 +1609,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1624,7 +1624,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1636,7 +1636,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1648,7 +1648,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1660,7 +1660,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1669,7 +1669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Login { UserName: *string, @@ -1682,9 +1682,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1696,7 +1696,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1708,7 +1708,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1720,7 +1720,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1729,7 +1729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity { Name: *string, @@ -1741,8 +1741,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1754,7 +1754,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1766,7 +1766,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1775,7 +1775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Network { NetworkInterfaces: interface{}, @@ -1789,8 +1789,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterfaces | interface{} | network_interfaces block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1804,7 +1804,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1816,7 +1816,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1828,7 +1828,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1837,7 +1837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces { AssignPublicIp: interface{}, @@ -1852,9 +1852,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | interface{} | additional_ip_configs block. | | ApplicationSecurityGroup | interface{} | application_security_group block. | @@ -1868,7 +1868,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -1880,7 +1880,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -1892,7 +1892,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -1906,7 +1906,7 @@ AdditionalIpConfigs interface{} additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -1920,7 +1920,7 @@ ApplicationSecurityGroup interface{} application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -1929,7 +1929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { Name: *string, @@ -1941,8 +1941,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -1954,7 +1954,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1966,7 +1966,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -1975,7 +1975,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { Name: *string, @@ -1987,8 +1987,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2000,7 +2000,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2012,7 +2012,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2021,7 +2021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Tags { Key: *string, @@ -2033,8 +2033,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2046,7 +2046,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2058,7 +2058,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- @@ -2069,7 +2069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList ``` @@ -2212,7 +2212,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference ``` @@ -2523,7 +2523,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList ``` @@ -2666,7 +2666,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList ``` @@ -2809,7 +2809,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference ``` @@ -3164,7 +3164,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference ``` @@ -3515,7 +3515,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference ``` @@ -3844,7 +3844,7 @@ func InternalValue() ElastigroupAzureV3Login #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList ``` @@ -3987,7 +3987,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference ``` @@ -4298,7 +4298,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList ``` @@ -4441,7 +4441,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference ``` @@ -4759,7 +4759,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList ``` @@ -4902,7 +4902,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference ``` @@ -5213,7 +5213,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList ``` @@ -5356,7 +5356,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference ``` @@ -5773,7 +5773,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference ``` @@ -6101,7 +6101,7 @@ func InternalValue() ElastigroupAzureV3Network #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList ``` @@ -6244,7 +6244,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference ``` diff --git a/docs/elastigroupAzureV3.java.md b/docs/elastigroupAzureV3.java.md index 36d0f521e..4018a5679 100644 --- a/docs/elastigroupAzureV3.java.md +++ b/docs/elastigroupAzureV3.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). # `elastigroupAzureV3` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](htt ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -65,25 +65,25 @@ 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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Image> | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | --- @@ -152,7 +152,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.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -170,7 +170,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.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -178,7 +178,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.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -186,7 +186,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.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -194,7 +194,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.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -202,7 +202,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.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -210,7 +210,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.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -226,7 +226,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.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -234,7 +234,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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -242,7 +242,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.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -255,7 +255,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.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -265,7 +265,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.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -275,7 +275,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.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -291,7 +291,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.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -299,7 +299,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.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -307,7 +307,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.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -317,7 +317,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.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1427,25 +1427,25 @@ 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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Image> | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | --- @@ -1528,7 +1528,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.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1540,7 +1540,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1554,7 +1554,7 @@ public ElastigroupAzureV3Network getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1566,7 +1566,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1578,7 +1578,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1590,7 +1590,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1602,7 +1602,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1614,7 +1614,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1626,7 +1626,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1638,7 +1638,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1650,7 +1650,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1662,7 +1662,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1679,7 +1679,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1693,7 +1693,7 @@ public ElastigroupAzureV3Login getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1707,7 +1707,7 @@ public java.lang.Object getManagedServiceIdentity(); managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1719,7 +1719,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1731,7 +1731,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1743,7 +1743,7 @@ public java.lang.Number getOnDemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1755,7 +1755,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1769,7 +1769,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1807,7 +1807,7 @@ public java.lang.Object getCustom(); custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1821,7 +1821,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1842,8 +1842,8 @@ ElastigroupAzureV3ImageCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1855,7 +1855,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1867,7 +1867,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1890,10 +1890,10 @@ ElastigroupAzureV3ImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1905,7 +1905,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1917,7 +1917,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1929,7 +1929,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1941,7 +1941,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1963,9 +1963,9 @@ ElastigroupAzureV3Login.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1977,7 +1977,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1989,7 +1989,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -2001,7 +2001,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -2022,8 +2022,8 @@ ElastigroupAzureV3ManagedServiceIdentity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2035,7 +2035,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2047,7 +2047,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2071,8 +2071,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -2086,7 +2086,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -2098,7 +2098,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2110,7 +2110,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2138,9 +2138,9 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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. | @@ -2154,7 +2154,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.141.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.142.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2166,7 +2166,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.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2178,7 +2178,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2192,7 +2192,7 @@ public java.lang.Object getAdditionalIpConfigs(); additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2206,7 +2206,7 @@ public java.lang.Object getApplicationSecurityGroup(); application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2227,8 +2227,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2252,7 +2252,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2273,8 +2273,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2286,7 +2286,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2298,7 +2298,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2319,8 +2319,8 @@ ElastigroupAzureV3Tags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2332,7 +2332,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2344,7 +2344,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.python.md b/docs/elastigroupAzureV3.python.md index a574c7715..de727d422 100644 --- a/docs/elastigroupAzureV3.python.md +++ b/docs/elastigroupAzureV3.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). # `elastigroupAzureV3` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](htt ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -59,25 +59,25 @@ 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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Image]] | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | --- @@ -146,7 +146,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.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -164,7 +164,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.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -172,7 +172,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.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -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.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -220,7 +220,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.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -228,7 +228,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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -249,7 +249,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.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -259,7 +259,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.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -269,7 +269,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.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -277,7 +277,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.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -285,7 +285,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.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -293,7 +293,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.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -301,7 +301,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.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -311,7 +311,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.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -592,7 +592,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -608,7 +608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -642,7 +642,7 @@ def put_network( network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -658,7 +658,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1496,25 +1496,25 @@ 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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Image]] | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | --- @@ -1597,7 +1597,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.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1609,7 +1609,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1623,7 +1623,7 @@ network: ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1635,7 +1635,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1647,7 +1647,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1659,7 +1659,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1671,7 +1671,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1683,7 +1683,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1695,7 +1695,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1707,7 +1707,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.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1719,7 +1719,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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1731,7 +1731,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1748,7 +1748,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Image]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1762,7 +1762,7 @@ login: ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1776,7 +1776,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.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1788,7 +1788,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.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1800,7 +1800,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.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1812,7 +1812,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.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1824,7 +1824,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.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1838,7 +1838,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Tags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1874,7 +1874,7 @@ custom: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageCustom]] custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1888,7 +1888,7 @@ marketplace: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageMarket marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1909,8 +1909,8 @@ elastigroupAzureV3.ElastigroupAzureV3ImageCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1922,7 +1922,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1934,7 +1934,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1957,10 +1957,10 @@ elastigroupAzureV3.ElastigroupAzureV3ImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1972,7 +1972,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1984,7 +1984,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1996,7 +1996,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -2008,7 +2008,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -2030,9 +2030,9 @@ elastigroupAzureV3.ElastigroupAzureV3Login( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -2044,7 +2044,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -2056,7 +2056,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -2068,7 +2068,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -2089,8 +2089,8 @@ elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2102,7 +2102,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2114,7 +2114,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2137,8 +2137,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -2152,7 +2152,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.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -2164,7 +2164,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2176,7 +2176,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2200,9 +2200,9 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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. | @@ -2216,7 +2216,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.141.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.142.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2228,7 +2228,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.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2240,7 +2240,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2254,7 +2254,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.141.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.142.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2268,7 +2268,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.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2289,8 +2289,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2302,7 +2302,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2314,7 +2314,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2335,8 +2335,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurity | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2348,7 +2348,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2360,7 +2360,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2381,8 +2381,8 @@ elastigroupAzureV3.ElastigroupAzureV3Tags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2394,7 +2394,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2406,7 +2406,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.typescript.md b/docs/elastigroupAzureV3.typescript.md index 50736a34b..72eea57e6 100644 --- a/docs/elastigroupAzureV3.typescript.md +++ b/docs/elastigroupAzureV3.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). # `elastigroupAzureV3` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](htt ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -1120,25 +1120,25 @@ 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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | | network | ElastigroupAzureV3Network | network block. | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | -| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | -| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | -| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. | +| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | +| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | | image | cdktf.IResolvable \| ElastigroupAzureV3Image[] | image 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.141.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.141.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.141.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | cdktf.IResolvable \| ElastigroupAzureV3Tags[] | tags block. | --- @@ -1221,7 +1221,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1233,7 +1233,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1247,7 +1247,7 @@ public readonly network: ElastigroupAzureV3Network; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1259,7 +1259,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1271,7 +1271,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1283,7 +1283,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1295,7 +1295,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1307,7 +1307,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1319,7 +1319,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1331,7 +1331,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1343,7 +1343,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1355,7 +1355,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1372,7 +1372,7 @@ public readonly image: IResolvable | ElastigroupAzureV3Image[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1386,7 +1386,7 @@ public readonly login: ElastigroupAzureV3Login; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1400,7 +1400,7 @@ public readonly managedServiceIdentity: IResolvable | ElastigroupAzureV3ManagedS managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1412,7 +1412,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1424,7 +1424,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1436,7 +1436,7 @@ public readonly onDemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1448,7 +1448,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1462,7 +1462,7 @@ public readonly tags: IResolvable | ElastigroupAzureV3Tags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1495,7 +1495,7 @@ public readonly custom: IResolvable | ElastigroupAzureV3ImageCustom[]; custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1509,7 +1509,7 @@ public readonly marketplace: IResolvable | ElastigroupAzureV3ImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1527,8 +1527,8 @@ const elastigroupAzureV3ImageCustom: elastigroupAzureV3.ElastigroupAzureV3ImageC | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1540,7 +1540,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1552,7 +1552,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1570,10 +1570,10 @@ const elastigroupAzureV3ImageMarketplace: elastigroupAzureV3.ElastigroupAzureV3I | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1585,7 +1585,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1597,7 +1597,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1609,7 +1609,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1621,7 +1621,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1639,9 +1639,9 @@ const elastigroupAzureV3Login: elastigroupAzureV3.ElastigroupAzureV3Login = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1653,7 +1653,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1665,7 +1665,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1677,7 +1677,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1695,8 +1695,8 @@ const elastigroupAzureV3ManagedServiceIdentity: elastigroupAzureV3.ElastigroupAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1708,7 +1708,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1720,7 +1720,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1739,8 +1739,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1754,7 +1754,7 @@ public readonly networkInterfaces: IResolvable | ElastigroupAzureV3NetworkNetwor network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1766,7 +1766,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1778,7 +1778,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1796,9 +1796,9 @@ const elastigroupAzureV3NetworkNetworkInterfaces: elastigroupAzureV3.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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. | @@ -1812,7 +1812,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -1824,7 +1824,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -1836,7 +1836,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -1850,7 +1850,7 @@ public readonly additionalIpConfigs: IResolvable | ElastigroupAzureV3NetworkNetw additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -1864,7 +1864,7 @@ public readonly applicationSecurityGroup: IResolvable | ElastigroupAzureV3Networ application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -1882,8 +1882,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs: elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -1895,7 +1895,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1907,7 +1907,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -1925,8 +1925,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup: elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1938,7 +1938,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1950,7 +1950,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1968,8 +1968,8 @@ const elastigroupAzureV3Tags: elastigroupAzureV3.ElastigroupAzureV3Tags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -1981,7 +1981,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -1993,7 +1993,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupGcp.csharp.md b/docs/elastigroupGcp.csharp.md index 9fc4d0626..f4512d9a0 100644 --- a/docs/elastigroupGcp.csharp.md +++ b/docs/elastigroupGcp.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). # `elastigroupGcp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https:// ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -1757,10 +1757,10 @@ new ElastigroupGcpBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1772,7 +1772,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1784,7 +1784,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1798,7 +1798,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1810,7 +1810,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1831,8 +1831,8 @@ new ElastigroupGcpBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1844,7 +1844,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -1856,7 +1856,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -1926,43 +1926,43 @@ 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.141.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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2044,7 +2044,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2056,7 +2056,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2068,7 +2068,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2080,7 +2080,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2094,7 +2094,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2106,7 +2106,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2120,7 +2120,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2132,7 +2132,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2144,7 +2144,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2158,7 +2158,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2170,7 +2170,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2182,7 +2182,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2194,7 +2194,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2209,7 +2209,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2223,7 +2223,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2235,7 +2235,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2247,7 +2247,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2261,7 +2261,7 @@ public ElastigroupGcpIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2275,7 +2275,7 @@ public ElastigroupGcpIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2287,7 +2287,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2301,7 +2301,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2313,7 +2313,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2327,7 +2327,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2339,7 +2339,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2353,7 +2353,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2365,7 +2365,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2377,7 +2377,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2389,7 +2389,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2403,7 +2403,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2417,7 +2417,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2431,7 +2431,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2443,7 +2443,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2455,7 +2455,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2467,7 +2467,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2481,7 +2481,7 @@ public object Subnets { get; set; } subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2493,7 +2493,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2505,7 +2505,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2532,14 +2532,14 @@ new ElastigroupGcpDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2551,7 +2551,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2563,7 +2563,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2575,7 +2575,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2589,7 +2589,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2601,7 +2601,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2613,7 +2613,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2625,7 +2625,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2637,7 +2637,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2659,9 +2659,9 @@ new ElastigroupGcpDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2673,7 +2673,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2685,7 +2685,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2697,7 +2697,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2718,8 +2718,8 @@ new ElastigroupGcpGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2731,7 +2731,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2743,7 +2743,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2764,8 +2764,8 @@ new ElastigroupGcpInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2777,7 +2777,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2789,7 +2789,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2810,8 +2810,8 @@ new ElastigroupGcpIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2823,7 +2823,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2835,7 +2835,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -2863,15 +2863,15 @@ new ElastigroupGcpIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -2883,7 +2883,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -2897,7 +2897,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -2911,7 +2911,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -2923,7 +2923,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -2935,7 +2935,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -2949,7 +2949,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -2961,7 +2961,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -2973,7 +2973,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -2985,7 +2985,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3005,7 +3005,7 @@ new ElastigroupGcpIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3017,7 +3017,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3039,9 +3039,9 @@ new ElastigroupGcpIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3053,7 +3053,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3065,7 +3065,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3077,7 +3077,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3098,8 +3098,8 @@ new ElastigroupGcpIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3111,7 +3111,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3123,7 +3123,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3144,8 +3144,8 @@ new ElastigroupGcpLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3157,7 +3157,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3169,7 +3169,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3190,8 +3190,8 @@ new ElastigroupGcpMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3203,7 +3203,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3215,7 +3215,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3237,7 +3237,7 @@ new ElastigroupGcpNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -3251,7 +3251,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3265,7 +3265,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3279,7 +3279,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3300,8 +3300,8 @@ new ElastigroupGcpNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3313,7 +3313,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3325,7 +3325,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3346,8 +3346,8 @@ new ElastigroupGcpNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3359,7 +3359,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3371,7 +3371,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3404,20 +3404,20 @@ new ElastigroupGcpScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3429,7 +3429,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3441,7 +3441,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3453,7 +3453,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3465,7 +3465,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3477,7 +3477,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3489,7 +3489,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3501,7 +3501,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3513,7 +3513,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3527,7 +3527,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3539,7 +3539,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3551,7 +3551,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3563,7 +3563,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3575,7 +3575,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3587,7 +3587,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3608,8 +3608,8 @@ new ElastigroupGcpScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3621,7 +3621,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3633,7 +3633,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3666,20 +3666,20 @@ new ElastigroupGcpScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3691,7 +3691,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3703,7 +3703,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3715,7 +3715,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3727,7 +3727,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3739,7 +3739,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3751,7 +3751,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3763,7 +3763,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3775,7 +3775,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3789,7 +3789,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3801,7 +3801,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3813,7 +3813,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3825,7 +3825,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3837,7 +3837,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3849,7 +3849,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3870,8 +3870,8 @@ new ElastigroupGcpScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3883,7 +3883,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3895,7 +3895,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3920,12 +3920,12 @@ new ElastigroupGcpScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -3937,7 +3937,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -3949,7 +3949,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -3961,7 +3961,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -3973,7 +3973,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -3985,7 +3985,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -3997,7 +3997,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4018,8 +4018,8 @@ new ElastigroupGcpSubnets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4031,7 +4031,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4043,7 +4043,7 @@ public string[] SubnetNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index f2f94523c..15b04e83c 100644 --- a/docs/elastigroupGcp.go.md +++ b/docs/elastigroupGcp.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). # `elastigroupGcp` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https:// ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp ``` @@ -684,7 +684,7 @@ func ResetUnhealthyDuration() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool ``` @@ -716,7 +716,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ``` @@ -730,7 +730,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ``` @@ -1743,7 +1743,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServices { ServiceName: *string, @@ -1757,10 +1757,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1772,7 +1772,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1784,7 +1784,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1798,7 +1798,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1810,7 +1810,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1819,7 +1819,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts { Name: *string, @@ -1831,8 +1831,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1844,7 +1844,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -1856,7 +1856,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -1865,7 +1865,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpConfig { Connection: interface{}, @@ -1892,8 +1892,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGcp.ElastigroupGcpIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -1926,43 +1926,43 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2044,7 +2044,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2056,7 +2056,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2068,7 +2068,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2080,7 +2080,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2094,7 +2094,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2106,7 +2106,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2120,7 +2120,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2132,7 +2132,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2144,7 +2144,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2158,7 +2158,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2170,7 +2170,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2182,7 +2182,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2194,7 +2194,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2209,7 +2209,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2223,7 +2223,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2235,7 +2235,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2247,7 +2247,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2261,7 +2261,7 @@ IntegrationDockerSwarm ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2275,7 +2275,7 @@ IntegrationGke ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2287,7 +2287,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2301,7 +2301,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2313,7 +2313,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2327,7 +2327,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2339,7 +2339,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2353,7 +2353,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2365,7 +2365,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2377,7 +2377,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2389,7 +2389,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2403,7 +2403,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2417,7 +2417,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2431,7 +2431,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2443,7 +2443,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2455,7 +2455,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2467,7 +2467,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2481,7 +2481,7 @@ Subnets interface{} subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2493,7 +2493,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2505,7 +2505,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2514,7 +2514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDisk { AutoDelete: interface{}, @@ -2532,14 +2532,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2551,7 +2551,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2563,7 +2563,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2575,7 +2575,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2589,7 +2589,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2601,7 +2601,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2613,7 +2613,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2625,7 +2625,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2637,7 +2637,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2646,7 +2646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDiskInitializeParams { SourceImage: *string, @@ -2659,9 +2659,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2673,7 +2673,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2685,7 +2685,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2697,7 +2697,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2706,7 +2706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpGpu { Count: *f64, @@ -2718,8 +2718,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2731,7 +2731,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2743,7 +2743,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2752,7 +2752,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpInstanceTypesCustom { MemoryGib: *f64, @@ -2764,8 +2764,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2777,7 +2777,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2789,7 +2789,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2798,7 +2798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm { MasterHost: *string, @@ -2810,8 +2810,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2823,7 +2823,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2835,7 +2835,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -2844,12 +2844,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2863,15 +2863,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -2883,7 +2883,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -2897,7 +2897,7 @@ AutoscaleDown ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -2911,7 +2911,7 @@ AutoscaleHeadroom ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -2923,7 +2923,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -2935,7 +2935,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -2949,7 +2949,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -2961,7 +2961,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -2973,7 +2973,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -2985,7 +2985,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -2994,7 +2994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -3005,7 +3005,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3017,7 +3017,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3026,7 +3026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -3039,9 +3039,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3053,7 +3053,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3065,7 +3065,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3077,7 +3077,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3086,7 +3086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels { Key: *string, @@ -3098,8 +3098,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3111,7 +3111,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3123,7 +3123,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3132,7 +3132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpLabels { Key: *string, @@ -3144,8 +3144,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3157,7 +3157,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3169,7 +3169,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3178,7 +3178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpMetadata { Key: *string, @@ -3190,8 +3190,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3203,7 +3203,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3215,7 +3215,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3224,7 +3224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterface { Network: *string, @@ -3237,7 +3237,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -3251,7 +3251,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3265,7 +3265,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3279,7 +3279,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3288,7 +3288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs { Name: *string, @@ -3300,8 +3300,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3313,7 +3313,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3325,7 +3325,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3334,7 +3334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3346,8 +3346,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3359,7 +3359,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3371,7 +3371,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3380,7 +3380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicy { MetricName: *string, @@ -3404,20 +3404,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3429,7 +3429,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3441,7 +3441,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3453,7 +3453,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3465,7 +3465,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3477,7 +3477,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3489,7 +3489,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3501,7 +3501,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3513,7 +3513,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3527,7 +3527,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3539,7 +3539,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3551,7 +3551,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3563,7 +3563,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3575,7 +3575,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3587,7 +3587,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3596,7 +3596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions { Name: *string, @@ -3608,8 +3608,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3621,7 +3621,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3633,7 +3633,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3642,7 +3642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicy { MetricName: *string, @@ -3666,20 +3666,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3691,7 +3691,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3703,7 +3703,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3715,7 +3715,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3727,7 +3727,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3739,7 +3739,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3751,7 +3751,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3763,7 +3763,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3775,7 +3775,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3789,7 +3789,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3801,7 +3801,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3813,7 +3813,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3825,7 +3825,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3837,7 +3837,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3849,7 +3849,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3858,7 +3858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions { Name: *string, @@ -3870,8 +3870,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3883,7 +3883,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3895,7 +3895,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3904,7 +3904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScheduledTask { TaskType: *string, @@ -3920,12 +3920,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -3937,7 +3937,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -3949,7 +3949,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -3961,7 +3961,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -3973,7 +3973,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -3985,7 +3985,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -3997,7 +3997,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4006,7 +4006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpSubnets { Region: *string, @@ -4018,8 +4018,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4031,7 +4031,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4043,7 +4043,7 @@ SubnetNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- @@ -4054,7 +4054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList ``` @@ -4197,7 +4197,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList ``` @@ -4340,7 +4340,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference ``` @@ -4651,7 +4651,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference ``` @@ -5040,7 +5040,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList ``` @@ -5183,7 +5183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference ``` @@ -5530,7 +5530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList ``` @@ -5673,7 +5673,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference ``` @@ -6185,7 +6185,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList ``` @@ -6328,7 +6328,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference ``` @@ -6639,7 +6639,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList ``` @@ -6782,7 +6782,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference ``` @@ -7093,7 +7093,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference ``` @@ -7386,7 +7386,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference ``` @@ -7664,7 +7664,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -8000,7 +8000,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList ``` @@ -8143,7 +8143,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8454,7 +8454,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference ``` @@ -9003,7 +9003,7 @@ func InternalValue() ElastigroupGcpIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList ``` @@ -9146,7 +9146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference ``` @@ -9457,7 +9457,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList ``` @@ -9600,7 +9600,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference ``` @@ -9911,7 +9911,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList ``` @@ -10054,7 +10054,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference ``` @@ -10379,7 +10379,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList ``` @@ -10522,7 +10522,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10833,7 +10833,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList ``` @@ -10976,7 +10976,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference ``` @@ -11349,7 +11349,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList ``` @@ -11492,7 +11492,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference ``` @@ -11810,7 +11810,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList ``` @@ -11953,7 +11953,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference ``` @@ -12604,7 +12604,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList ``` @@ -12747,7 +12747,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference ``` @@ -13065,7 +13065,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList ``` @@ -13208,7 +13208,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference ``` @@ -13859,7 +13859,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList ``` @@ -14002,7 +14002,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference ``` @@ -14436,7 +14436,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList ``` @@ -14579,7 +14579,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpSubnetsOutputReference ``` diff --git a/docs/elastigroupGcp.java.md b/docs/elastigroupGcp.java.md index 55dd68c21..7dc9c692d 100644 --- a/docs/elastigroupGcp.java.md +++ b/docs/elastigroupGcp.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). # `elastigroupGcp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https:// ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -92,43 +92,43 @@ 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -196,7 +196,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.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -212,7 +212,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.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -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.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -230,7 +230,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.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -248,7 +248,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.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -256,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.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -264,7 +264,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.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -274,7 +274,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.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -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.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -298,7 +298,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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -309,7 +309,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.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -319,7 +319,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.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -327,7 +327,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.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -335,7 +335,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.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -345,7 +345,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.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -355,7 +355,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.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -363,7 +363,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.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -373,7 +373,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.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -381,7 +381,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.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -391,7 +391,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.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -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.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -409,7 +409,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.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -417,7 +417,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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -425,7 +425,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.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -433,7 +433,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.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -443,7 +443,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -453,7 +453,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -463,7 +463,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.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -471,7 +471,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.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -479,7 +479,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.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -487,7 +487,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.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -497,7 +497,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.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -505,7 +505,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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -513,7 +513,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.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2225,10 +2225,10 @@ ElastigroupGcpBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2240,7 +2240,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2252,7 +2252,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2266,7 +2266,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2278,7 +2278,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2299,8 +2299,8 @@ ElastigroupGcpBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2312,7 +2312,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2324,7 +2324,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2412,43 +2412,43 @@ 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2530,7 +2530,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2542,7 +2542,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2554,7 +2554,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.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2566,7 +2566,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2580,7 +2580,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2592,7 +2592,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2606,7 +2606,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2618,7 +2618,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2630,7 +2630,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.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2644,7 +2644,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2656,7 +2656,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2668,7 +2668,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2680,7 +2680,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2695,7 +2695,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2709,7 +2709,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2721,7 +2721,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2733,7 +2733,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2747,7 +2747,7 @@ public ElastigroupGcpIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2761,7 +2761,7 @@ public ElastigroupGcpIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2773,7 +2773,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.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2787,7 +2787,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2799,7 +2799,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2813,7 +2813,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2825,7 +2825,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2839,7 +2839,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2851,7 +2851,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2863,7 +2863,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2875,7 +2875,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2889,7 +2889,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2903,7 +2903,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2917,7 +2917,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2929,7 +2929,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2941,7 +2941,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2953,7 +2953,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2967,7 +2967,7 @@ public java.lang.Object getSubnets(); subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2979,7 +2979,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2991,7 +2991,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3021,14 +3021,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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3040,7 +3040,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.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3052,7 +3052,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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3064,7 +3064,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3078,7 +3078,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3090,7 +3090,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3102,7 +3102,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3114,7 +3114,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3126,7 +3126,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3148,9 +3148,9 @@ ElastigroupGcpDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3162,7 +3162,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3174,7 +3174,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3186,7 +3186,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3207,8 +3207,8 @@ ElastigroupGcpGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3220,7 +3220,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3232,7 +3232,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3253,8 +3253,8 @@ ElastigroupGcpInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3266,7 +3266,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3278,7 +3278,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3299,8 +3299,8 @@ ElastigroupGcpIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3312,7 +3312,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3324,7 +3324,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3356,15 +3356,15 @@ ElastigroupGcpIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3376,7 +3376,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3390,7 +3390,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3404,7 +3404,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3416,7 +3416,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3428,7 +3428,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3442,7 +3442,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3454,7 +3454,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.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3466,7 +3466,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3478,7 +3478,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3498,7 +3498,7 @@ ElastigroupGcpIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3510,7 +3510,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3532,9 +3532,9 @@ ElastigroupGcpIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3546,7 +3546,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3558,7 +3558,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3570,7 +3570,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3591,8 +3591,8 @@ ElastigroupGcpIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3604,7 +3604,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3616,7 +3616,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3637,8 +3637,8 @@ ElastigroupGcpLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3650,7 +3650,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3662,7 +3662,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3683,8 +3683,8 @@ ElastigroupGcpMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3696,7 +3696,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3708,7 +3708,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3732,7 +3732,7 @@ ElastigroupGcpNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. | @@ -3746,7 +3746,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3760,7 +3760,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3774,7 +3774,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3795,8 +3795,8 @@ ElastigroupGcpNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3808,7 +3808,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3820,7 +3820,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3841,8 +3841,8 @@ ElastigroupGcpNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3854,7 +3854,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3866,7 +3866,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3900,20 +3900,20 @@ ElastigroupGcpScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3925,7 +3925,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3937,7 +3937,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3949,7 +3949,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3961,7 +3961,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3973,7 +3973,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3985,7 +3985,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3997,7 +3997,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4009,7 +4009,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4023,7 +4023,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4035,7 +4035,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4047,7 +4047,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4059,7 +4059,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4071,7 +4071,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4083,7 +4083,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4104,8 +4104,8 @@ ElastigroupGcpScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4117,7 +4117,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4129,7 +4129,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4163,20 +4163,20 @@ ElastigroupGcpScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4188,7 +4188,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4200,7 +4200,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4212,7 +4212,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4224,7 +4224,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4236,7 +4236,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4248,7 +4248,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4260,7 +4260,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4272,7 +4272,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4286,7 +4286,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4298,7 +4298,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4310,7 +4310,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4322,7 +4322,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4334,7 +4334,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4346,7 +4346,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4367,8 +4367,8 @@ ElastigroupGcpScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4380,7 +4380,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4392,7 +4392,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4418,12 +4418,12 @@ ElastigroupGcpScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4435,7 +4435,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4447,7 +4447,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4459,7 +4459,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.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4471,7 +4471,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4483,7 +4483,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4495,7 +4495,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4516,8 +4516,8 @@ ElastigroupGcpSubnets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4529,7 +4529,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4541,7 +4541,7 @@ public java.util.List getSubnetNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.python.md b/docs/elastigroupGcp.python.md index 2ba182455..cf632dee2 100644 --- a/docs/elastigroupGcp.python.md +++ b/docs/elastigroupGcp.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). # `elastigroupGcp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https:// ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -76,43 +76,43 @@ 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -427,7 +427,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -437,7 +437,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -447,7 +447,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.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -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.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -471,7 +471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -481,7 +481,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.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -489,7 +489,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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -497,7 +497,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.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -850,7 +850,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -858,7 +858,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.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -882,7 +882,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -892,7 +892,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.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -902,7 +902,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.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -910,7 +910,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -918,7 +918,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -928,7 +928,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.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -936,7 +936,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.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -944,7 +944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -952,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -2356,10 +2356,10 @@ elastigroupGcp.ElastigroupGcpBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2371,7 +2371,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2383,7 +2383,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2397,7 +2397,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.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2409,7 +2409,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2430,8 +2430,8 @@ elastigroupGcp.ElastigroupGcpBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2443,7 +2443,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2455,7 +2455,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2525,43 +2525,43 @@ 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2643,7 +2643,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.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2655,7 +2655,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2667,7 +2667,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.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2679,7 +2679,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2693,7 +2693,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.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2705,7 +2705,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2719,7 +2719,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGcpDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2731,7 +2731,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.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2743,7 +2743,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.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2757,7 +2757,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGcpGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2769,7 +2769,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.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2781,7 +2781,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2793,7 +2793,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2808,7 +2808,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2822,7 +2822,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.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2834,7 +2834,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2846,7 +2846,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2860,7 +2860,7 @@ integration_docker_swarm: ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2874,7 +2874,7 @@ integration_gke: ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2886,7 +2886,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.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2900,7 +2900,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGcpLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2912,7 +2912,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.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2926,7 +2926,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGcpMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2938,7 +2938,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.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2952,7 +2952,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.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2964,7 +2964,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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2976,7 +2976,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.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2988,7 +2988,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -3002,7 +3002,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -3016,7 +3016,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.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -3030,7 +3030,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.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -3042,7 +3042,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -3054,7 +3054,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -3066,7 +3066,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -3080,7 +3080,7 @@ subnets: typing.Union[IResolvable, typing.List[ElastigroupGcpSubnets]] subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -3092,7 +3092,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -3104,7 +3104,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.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3131,14 +3131,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.141.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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3150,7 +3150,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.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3162,7 +3162,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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3174,7 +3174,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3188,7 +3188,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.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3200,7 +3200,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3212,7 +3212,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3224,7 +3224,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3236,7 +3236,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3258,9 +3258,9 @@ elastigroupGcp.ElastigroupGcpDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3272,7 +3272,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3284,7 +3284,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3296,7 +3296,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3317,8 +3317,8 @@ elastigroupGcp.ElastigroupGcpGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3330,7 +3330,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3342,7 +3342,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3363,8 +3363,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3376,7 +3376,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.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3388,7 +3388,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3409,8 +3409,8 @@ elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3422,7 +3422,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3434,7 +3434,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.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3462,15 +3462,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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3482,7 +3482,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.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3496,7 +3496,7 @@ autoscale_down: ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3510,7 +3510,7 @@ autoscale_headroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3522,7 +3522,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3534,7 +3534,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.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3548,7 +3548,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.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3560,7 +3560,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.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3572,7 +3572,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3584,7 +3584,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3604,7 +3604,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.141.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.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3616,7 +3616,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.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3638,9 +3638,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3652,7 +3652,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.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3664,7 +3664,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.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3676,7 +3676,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.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3697,8 +3697,8 @@ elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3710,7 +3710,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3722,7 +3722,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3743,8 +3743,8 @@ elastigroupGcp.ElastigroupGcpLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3756,7 +3756,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3768,7 +3768,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3789,8 +3789,8 @@ elastigroupGcp.ElastigroupGcpMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3802,7 +3802,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3814,7 +3814,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3836,7 +3836,7 @@ elastigroupGcp.ElastigroupGcpNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | @@ -3850,7 +3850,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3864,7 +3864,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.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3878,7 +3878,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.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3899,8 +3899,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3912,7 +3912,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3924,7 +3924,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3945,8 +3945,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3958,7 +3958,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3970,7 +3970,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -4003,20 +4003,20 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4028,7 +4028,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4040,7 +4040,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4052,7 +4052,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4064,7 +4064,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4076,7 +4076,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4088,7 +4088,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4100,7 +4100,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4112,7 +4112,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4126,7 +4126,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4138,7 +4138,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.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4150,7 +4150,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4162,7 +4162,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4174,7 +4174,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4186,7 +4186,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4207,8 +4207,8 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4220,7 +4220,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4232,7 +4232,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4265,20 +4265,20 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4290,7 +4290,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4302,7 +4302,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4314,7 +4314,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4326,7 +4326,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4338,7 +4338,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4350,7 +4350,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4362,7 +4362,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4374,7 +4374,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4388,7 +4388,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4400,7 +4400,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.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4412,7 +4412,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4424,7 +4424,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4436,7 +4436,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4448,7 +4448,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4469,8 +4469,8 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4482,7 +4482,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4494,7 +4494,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4519,12 +4519,12 @@ elastigroupGcp.ElastigroupGcpScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4536,7 +4536,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4548,7 +4548,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4560,7 +4560,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.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4572,7 +4572,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4584,7 +4584,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4596,7 +4596,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4617,8 +4617,8 @@ elastigroupGcp.ElastigroupGcpSubnets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4630,7 +4630,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4642,7 +4642,7 @@ subnet_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- @@ -9624,7 +9624,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -9642,7 +9642,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -9650,7 +9650,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.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -9658,7 +9658,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.141.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.142.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 3ac7dd677..a59eeb077 100644 --- a/docs/elastigroupGcp.typescript.md +++ b/docs/elastigroupGcp.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). # `elastigroupGcp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https:// ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -1752,10 +1752,10 @@ const elastigroupGcpBackendServices: elastigroupGcp.ElastigroupGcpBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1767,7 +1767,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1779,7 +1779,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1793,7 +1793,7 @@ public readonly namedPorts: IResolvable | ElastigroupGcpBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1805,7 +1805,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1823,8 +1823,8 @@ const elastigroupGcpBackendServicesNamedPorts: elastigroupGcp.ElastigroupGcpBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1836,7 +1836,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -1848,7 +1848,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -1873,43 +1873,43 @@ 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -1991,7 +1991,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2003,7 +2003,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2015,7 +2015,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2027,7 +2027,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2041,7 +2041,7 @@ public readonly backendServices: IResolvable | ElastigroupGcpBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2053,7 +2053,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2067,7 +2067,7 @@ public readonly disk: IResolvable | ElastigroupGcpDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2079,7 +2079,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2091,7 +2091,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2105,7 +2105,7 @@ public readonly gpu: IResolvable | ElastigroupGcpGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2117,7 +2117,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2129,7 +2129,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2141,7 +2141,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2156,7 +2156,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2170,7 +2170,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGcpInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2182,7 +2182,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2194,7 +2194,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2208,7 +2208,7 @@ public readonly integrationDockerSwarm: ElastigroupGcpIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2222,7 +2222,7 @@ public readonly integrationGke: ElastigroupGcpIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2234,7 +2234,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2248,7 +2248,7 @@ public readonly labels: IResolvable | ElastigroupGcpLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2260,7 +2260,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2274,7 +2274,7 @@ public readonly metadata: IResolvable | ElastigroupGcpMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2286,7 +2286,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2300,7 +2300,7 @@ public readonly networkInterface: IResolvable | ElastigroupGcpNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2312,7 +2312,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2324,7 +2324,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2336,7 +2336,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2350,7 +2350,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGcpScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2364,7 +2364,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGcpScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2378,7 +2378,7 @@ public readonly scheduledTask: IResolvable | ElastigroupGcpScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2390,7 +2390,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2402,7 +2402,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2414,7 +2414,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2428,7 +2428,7 @@ public readonly subnets: IResolvable | ElastigroupGcpSubnets[]; subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2440,7 +2440,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2452,7 +2452,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2470,14 +2470,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.141.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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2489,7 +2489,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2501,7 +2501,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2513,7 +2513,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2527,7 +2527,7 @@ public readonly initializeParams: IResolvable | ElastigroupGcpDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2539,7 +2539,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2551,7 +2551,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2563,7 +2563,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2575,7 +2575,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2593,9 +2593,9 @@ const elastigroupGcpDiskInitializeParams: elastigroupGcp.ElastigroupGcpDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2607,7 +2607,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2619,7 +2619,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2631,7 +2631,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2649,8 +2649,8 @@ const elastigroupGcpGpu: elastigroupGcp.ElastigroupGcpGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2662,7 +2662,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2674,7 +2674,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2692,8 +2692,8 @@ const elastigroupGcpInstanceTypesCustom: elastigroupGcp.ElastigroupGcpInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2705,7 +2705,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2717,7 +2717,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2735,8 +2735,8 @@ const elastigroupGcpIntegrationDockerSwarm: elastigroupGcp.ElastigroupGcpIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2748,7 +2748,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2760,7 +2760,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -2778,15 +2778,15 @@ const elastigroupGcpIntegrationGke: elastigroupGcp.ElastigroupGcpIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -2798,7 +2798,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -2812,7 +2812,7 @@ public readonly autoscaleDown: ElastigroupGcpIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -2826,7 +2826,7 @@ public readonly autoscaleHeadroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -2838,7 +2838,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -2850,7 +2850,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -2864,7 +2864,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGcpIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -2876,7 +2876,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -2888,7 +2888,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -2900,7 +2900,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -2918,7 +2918,7 @@ const elastigroupGcpIntegrationGkeAutoscaleDown: elastigroupGcp.ElastigroupGcpIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -2930,7 +2930,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -2948,9 +2948,9 @@ const elastigroupGcpIntegrationGkeAutoscaleHeadroom: elastigroupGcp.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -2962,7 +2962,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -2974,7 +2974,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -2986,7 +2986,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3004,8 +3004,8 @@ const elastigroupGcpIntegrationGkeAutoscaleLabels: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3017,7 +3017,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3029,7 +3029,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3047,8 +3047,8 @@ const elastigroupGcpLabels: elastigroupGcp.ElastigroupGcpLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3060,7 +3060,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3072,7 +3072,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3090,8 +3090,8 @@ const elastigroupGcpMetadata: elastigroupGcp.ElastigroupGcpMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3103,7 +3103,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3115,7 +3115,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3133,7 +3133,7 @@ const elastigroupGcpNetworkInterface: elastigroupGcp.ElastigroupGcpNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -3147,7 +3147,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3161,7 +3161,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGcpNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3175,7 +3175,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGcpNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3193,8 +3193,8 @@ const elastigroupGcpNetworkInterfaceAccessConfigs: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3206,7 +3206,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3218,7 +3218,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3236,8 +3236,8 @@ const elastigroupGcpNetworkInterfaceAliasIpRanges: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3249,7 +3249,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3261,7 +3261,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3279,20 +3279,20 @@ const elastigroupGcpScalingDownPolicy: elastigroupGcp.ElastigroupGcpScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3304,7 +3304,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3316,7 +3316,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3328,7 +3328,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3340,7 +3340,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3352,7 +3352,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3364,7 +3364,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3376,7 +3376,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3388,7 +3388,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3402,7 +3402,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3414,7 +3414,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3426,7 +3426,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3438,7 +3438,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3450,7 +3450,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3462,7 +3462,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3480,8 +3480,8 @@ const elastigroupGcpScalingDownPolicyDimensions: elastigroupGcp.ElastigroupGcpSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3493,7 +3493,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3505,7 +3505,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3523,20 +3523,20 @@ const elastigroupGcpScalingUpPolicy: elastigroupGcp.ElastigroupGcpScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3548,7 +3548,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3560,7 +3560,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3572,7 +3572,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3584,7 +3584,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3596,7 +3596,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3608,7 +3608,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3620,7 +3620,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3632,7 +3632,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3646,7 +3646,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3658,7 +3658,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3670,7 +3670,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3682,7 +3682,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3694,7 +3694,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3706,7 +3706,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3724,8 +3724,8 @@ const elastigroupGcpScalingUpPolicyDimensions: elastigroupGcp.ElastigroupGcpScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3737,7 +3737,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3749,7 +3749,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3767,12 +3767,12 @@ const elastigroupGcpScheduledTask: elastigroupGcp.ElastigroupGcpScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -3784,7 +3784,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -3796,7 +3796,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -3808,7 +3808,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -3820,7 +3820,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -3832,7 +3832,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -3844,7 +3844,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -3862,8 +3862,8 @@ const elastigroupGcpSubnets: elastigroupGcp.ElastigroupGcpSubnets = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -3875,7 +3875,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -3887,7 +3887,7 @@ public readonly subnetNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGke.csharp.md b/docs/elastigroupGke.csharp.md index 3d37899c8..99ed6a0e1 100644 --- a/docs/elastigroupGke.csharp.md +++ b/docs/elastigroupGke.csharp.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). # `elastigroupGke` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https:// ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -1579,10 +1579,10 @@ new ElastigroupGkeBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1594,7 +1594,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1606,7 +1606,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1620,7 +1620,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1632,7 +1632,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1653,8 +1653,8 @@ new ElastigroupGkeBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1666,7 +1666,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1678,7 +1678,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1743,38 +1743,38 @@ 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.141.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.141.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -1856,7 +1856,7 @@ public string ClusterZoneName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -1868,7 +1868,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -1880,7 +1880,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1894,7 +1894,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -1906,7 +1906,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -1920,7 +1920,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -1932,7 +1932,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -1944,7 +1944,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -1958,7 +1958,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -1970,7 +1970,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1985,7 +1985,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -1999,7 +1999,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2011,7 +2011,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2023,7 +2023,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2037,7 +2037,7 @@ public ElastigroupGkeIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2051,7 +2051,7 @@ public ElastigroupGkeIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2063,7 +2063,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2077,7 +2077,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2089,7 +2089,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2103,7 +2103,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2115,7 +2115,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2129,7 +2129,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2141,7 +2141,7 @@ public string NodeImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2153,7 +2153,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2165,7 +2165,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2177,7 +2177,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2191,7 +2191,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2205,7 +2205,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2217,7 +2217,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2229,7 +2229,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2241,7 +2241,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2253,7 +2253,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2280,14 +2280,14 @@ new ElastigroupGkeDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2299,7 +2299,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2311,7 +2311,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2323,7 +2323,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2337,7 +2337,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2349,7 +2349,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2361,7 +2361,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2373,7 +2373,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2385,7 +2385,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2407,9 +2407,9 @@ new ElastigroupGkeDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2421,7 +2421,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2433,7 +2433,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2445,7 +2445,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2466,8 +2466,8 @@ new ElastigroupGkeGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2479,7 +2479,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2491,7 +2491,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2512,8 +2512,8 @@ new ElastigroupGkeInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2525,7 +2525,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2537,7 +2537,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2558,8 +2558,8 @@ new ElastigroupGkeIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2571,7 +2571,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2583,7 +2583,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2611,15 +2611,15 @@ new ElastigroupGkeIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2631,7 +2631,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2645,7 +2645,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2659,7 +2659,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2671,7 +2671,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2683,7 +2683,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2697,7 +2697,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2709,7 +2709,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2721,7 +2721,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2733,7 +2733,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2753,7 +2753,7 @@ new ElastigroupGkeIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2765,7 +2765,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2787,9 +2787,9 @@ new ElastigroupGkeIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2801,7 +2801,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2813,7 +2813,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2825,7 +2825,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2846,8 +2846,8 @@ new ElastigroupGkeIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2859,7 +2859,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2871,7 +2871,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2892,8 +2892,8 @@ new ElastigroupGkeLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2905,7 +2905,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2917,7 +2917,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2938,8 +2938,8 @@ new ElastigroupGkeMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2951,7 +2951,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2963,7 +2963,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2985,7 +2985,7 @@ new ElastigroupGkeNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -2999,7 +2999,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3013,7 +3013,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3027,7 +3027,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3048,8 +3048,8 @@ new ElastigroupGkeNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3061,7 +3061,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3073,7 +3073,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3094,8 +3094,8 @@ new ElastigroupGkeNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3107,7 +3107,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3119,7 +3119,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3152,20 +3152,20 @@ new ElastigroupGkeScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3177,7 +3177,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3189,7 +3189,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3201,7 +3201,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3213,7 +3213,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3225,7 +3225,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3237,7 +3237,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3249,7 +3249,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3261,7 +3261,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3275,7 +3275,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3287,7 +3287,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3299,7 +3299,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3311,7 +3311,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3323,7 +3323,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3335,7 +3335,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3356,8 +3356,8 @@ new ElastigroupGkeScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3369,7 +3369,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3381,7 +3381,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3414,20 +3414,20 @@ new ElastigroupGkeScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3439,7 +3439,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3451,7 +3451,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3463,7 +3463,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3475,7 +3475,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3487,7 +3487,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3499,7 +3499,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3511,7 +3511,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3523,7 +3523,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3537,7 +3537,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3549,7 +3549,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3561,7 +3561,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3573,7 +3573,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3585,7 +3585,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3597,7 +3597,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3618,8 +3618,8 @@ new ElastigroupGkeScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3631,7 +3631,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3643,7 +3643,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index 1ee10388c..7706fa234 100644 --- a/docs/elastigroupGke.go.md +++ b/docs/elastigroupGke.go.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). # `elastigroupGke` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https:// ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke ``` @@ -616,7 +616,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool ``` @@ -648,7 +648,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ``` @@ -662,7 +662,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ``` @@ -1565,7 +1565,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServices { ServiceName: *string, @@ -1579,10 +1579,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1594,7 +1594,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1606,7 +1606,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1620,7 +1620,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1632,7 +1632,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1641,7 +1641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts { Name: *string, @@ -1653,8 +1653,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1666,7 +1666,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1678,7 +1678,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1687,7 +1687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeConfig { Connection: interface{}, @@ -1711,8 +1711,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGke.ElastigroupGkeIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -1743,38 +1743,38 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -1856,7 +1856,7 @@ ClusterZoneName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -1868,7 +1868,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -1880,7 +1880,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1894,7 +1894,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -1906,7 +1906,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -1920,7 +1920,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -1932,7 +1932,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -1944,7 +1944,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -1958,7 +1958,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -1970,7 +1970,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1985,7 +1985,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -1999,7 +1999,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2011,7 +2011,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2023,7 +2023,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2037,7 +2037,7 @@ IntegrationDockerSwarm ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2051,7 +2051,7 @@ IntegrationGke ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2063,7 +2063,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2077,7 +2077,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2089,7 +2089,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2103,7 +2103,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2115,7 +2115,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2129,7 +2129,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2141,7 +2141,7 @@ NodeImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2153,7 +2153,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2165,7 +2165,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2177,7 +2177,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2191,7 +2191,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2205,7 +2205,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2217,7 +2217,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2229,7 +2229,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2241,7 +2241,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2253,7 +2253,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2262,7 +2262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDisk { AutoDelete: interface{}, @@ -2280,14 +2280,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2299,7 +2299,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2311,7 +2311,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2323,7 +2323,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2337,7 +2337,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2349,7 +2349,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2361,7 +2361,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2373,7 +2373,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2385,7 +2385,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2394,7 +2394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDiskInitializeParams { SourceImage: *string, @@ -2407,9 +2407,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2421,7 +2421,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2433,7 +2433,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2445,7 +2445,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2454,7 +2454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeGpu { Count: *f64, @@ -2466,8 +2466,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2479,7 +2479,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2491,7 +2491,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2500,7 +2500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeInstanceTypesCustom { MemoryGib: *f64, @@ -2512,8 +2512,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2525,7 +2525,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2537,7 +2537,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2546,7 +2546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm { MasterHost: *string, @@ -2558,8 +2558,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2571,7 +2571,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2583,7 +2583,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2592,12 +2592,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2611,15 +2611,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2631,7 +2631,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2645,7 +2645,7 @@ AutoscaleDown ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2659,7 +2659,7 @@ AutoscaleHeadroom ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2671,7 +2671,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2683,7 +2683,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2697,7 +2697,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2709,7 +2709,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2721,7 +2721,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2733,7 +2733,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2742,7 +2742,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -2753,7 +2753,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2765,7 +2765,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2774,7 +2774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2787,9 +2787,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2801,7 +2801,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2813,7 +2813,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2825,7 +2825,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2834,7 +2834,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels { Key: *string, @@ -2846,8 +2846,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2859,7 +2859,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2871,7 +2871,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2880,7 +2880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeLabels { Key: *string, @@ -2892,8 +2892,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2905,7 +2905,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2917,7 +2917,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2926,7 +2926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeMetadata { Key: *string, @@ -2938,8 +2938,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2951,7 +2951,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2963,7 +2963,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2972,7 +2972,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterface { Network: *string, @@ -2985,7 +2985,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -2999,7 +2999,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3013,7 +3013,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3027,7 +3027,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3036,7 +3036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs { Name: *string, @@ -3048,8 +3048,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3061,7 +3061,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3073,7 +3073,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3082,7 +3082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3094,8 +3094,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3107,7 +3107,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3119,7 +3119,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3128,7 +3128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicy { MetricName: *string, @@ -3152,20 +3152,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3177,7 +3177,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3189,7 +3189,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3201,7 +3201,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3213,7 +3213,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3225,7 +3225,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3237,7 +3237,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3249,7 +3249,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3261,7 +3261,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3275,7 +3275,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3287,7 +3287,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3299,7 +3299,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3311,7 +3311,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3323,7 +3323,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3335,7 +3335,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3344,7 +3344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions { Name: *string, @@ -3356,8 +3356,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3369,7 +3369,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3381,7 +3381,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3390,7 +3390,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicy { MetricName: *string, @@ -3414,20 +3414,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3439,7 +3439,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3451,7 +3451,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3463,7 +3463,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3475,7 +3475,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3487,7 +3487,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3499,7 +3499,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3511,7 +3511,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3523,7 +3523,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3537,7 +3537,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3549,7 +3549,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3561,7 +3561,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3573,7 +3573,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3585,7 +3585,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3597,7 +3597,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3606,7 +3606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions { Name: *string, @@ -3618,8 +3618,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3631,7 +3631,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3643,7 +3643,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3654,7 +3654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList ``` @@ -3797,7 +3797,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList ``` @@ -3940,7 +3940,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference ``` @@ -4251,7 +4251,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference ``` @@ -4640,7 +4640,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList ``` @@ -4783,7 +4783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference ``` @@ -5130,7 +5130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList ``` @@ -5273,7 +5273,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference ``` @@ -5785,7 +5785,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList ``` @@ -5928,7 +5928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference ``` @@ -6239,7 +6239,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList ``` @@ -6382,7 +6382,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference ``` @@ -6693,7 +6693,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference ``` @@ -6986,7 +6986,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference ``` @@ -7264,7 +7264,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -7600,7 +7600,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList ``` @@ -7743,7 +7743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8054,7 +8054,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference ``` @@ -8603,7 +8603,7 @@ func InternalValue() ElastigroupGkeIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList ``` @@ -8746,7 +8746,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference ``` @@ -9057,7 +9057,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList ``` @@ -9200,7 +9200,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference ``` @@ -9511,7 +9511,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList ``` @@ -9654,7 +9654,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference ``` @@ -9979,7 +9979,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList ``` @@ -10122,7 +10122,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10433,7 +10433,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList ``` @@ -10576,7 +10576,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference ``` @@ -10949,7 +10949,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList ``` @@ -11092,7 +11092,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference ``` @@ -11410,7 +11410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList ``` @@ -11553,7 +11553,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference ``` @@ -12204,7 +12204,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList ``` @@ -12347,7 +12347,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference ``` @@ -12665,7 +12665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList ``` @@ -12808,7 +12808,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyOutputReference ``` diff --git a/docs/elastigroupGke.java.md b/docs/elastigroupGke.java.md index 7597e03b1..a87a69fbb 100644 --- a/docs/elastigroupGke.java.md +++ b/docs/elastigroupGke.java.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). # `elastigroupGke` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https:// ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -84,38 +84,38 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -183,7 +183,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.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -191,7 +191,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.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -209,7 +209,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.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -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.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -227,7 +227,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.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -235,7 +235,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.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -243,7 +243,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.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -253,7 +253,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.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -272,7 +272,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.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -282,7 +282,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.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -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.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -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.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -308,7 +308,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.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -318,7 +318,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.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -326,7 +326,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.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -336,7 +336,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.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -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.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -354,7 +354,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.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -362,7 +362,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.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -372,7 +372,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.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -380,7 +380,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.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -388,7 +388,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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -396,7 +396,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.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -404,7 +404,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.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -414,7 +414,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -424,7 +424,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -432,7 +432,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.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -440,7 +440,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.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -448,7 +448,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.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -456,7 +456,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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -1990,10 +1990,10 @@ ElastigroupGkeBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2005,7 +2005,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2017,7 +2017,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2031,7 +2031,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2043,7 +2043,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2064,8 +2064,8 @@ ElastigroupGkeBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2077,7 +2077,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2089,7 +2089,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2169,38 +2169,38 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2282,7 +2282,7 @@ public java.lang.String getClusterZoneName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2294,7 +2294,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2306,7 +2306,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2320,7 +2320,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2332,7 +2332,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2346,7 +2346,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2358,7 +2358,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2370,7 +2370,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.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2384,7 +2384,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2396,7 +2396,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2411,7 +2411,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2425,7 +2425,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2437,7 +2437,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2449,7 +2449,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2463,7 +2463,7 @@ public ElastigroupGkeIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2477,7 +2477,7 @@ public ElastigroupGkeIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2489,7 +2489,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.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2503,7 +2503,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2515,7 +2515,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2529,7 +2529,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2541,7 +2541,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2555,7 +2555,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2567,7 +2567,7 @@ public java.lang.String getNodeImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2579,7 +2579,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2591,7 +2591,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2603,7 +2603,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2617,7 +2617,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2631,7 +2631,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2643,7 +2643,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2655,7 +2655,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2667,7 +2667,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2679,7 +2679,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2709,14 +2709,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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2728,7 +2728,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.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2740,7 +2740,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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2752,7 +2752,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2766,7 +2766,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2778,7 +2778,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2790,7 +2790,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2802,7 +2802,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2814,7 +2814,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2836,9 +2836,9 @@ ElastigroupGkeDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2850,7 +2850,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2862,7 +2862,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2874,7 +2874,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2895,8 +2895,8 @@ ElastigroupGkeGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2908,7 +2908,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2920,7 +2920,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2941,8 +2941,8 @@ ElastigroupGkeInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2954,7 +2954,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2966,7 +2966,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2987,8 +2987,8 @@ ElastigroupGkeIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3000,7 +3000,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3012,7 +3012,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3044,15 +3044,15 @@ ElastigroupGkeIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3064,7 +3064,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3078,7 +3078,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3092,7 +3092,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3104,7 +3104,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3116,7 +3116,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3130,7 +3130,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3142,7 +3142,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.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3154,7 +3154,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3166,7 +3166,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3186,7 +3186,7 @@ ElastigroupGkeIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3198,7 +3198,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3220,9 +3220,9 @@ ElastigroupGkeIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3234,7 +3234,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3246,7 +3246,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3258,7 +3258,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3279,8 +3279,8 @@ ElastigroupGkeIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3292,7 +3292,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3304,7 +3304,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3325,8 +3325,8 @@ ElastigroupGkeLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3338,7 +3338,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3350,7 +3350,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3371,8 +3371,8 @@ ElastigroupGkeMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3384,7 +3384,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3396,7 +3396,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3420,7 +3420,7 @@ ElastigroupGkeNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. | @@ -3434,7 +3434,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3448,7 +3448,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3462,7 +3462,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3483,8 +3483,8 @@ ElastigroupGkeNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3496,7 +3496,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3508,7 +3508,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3529,8 +3529,8 @@ ElastigroupGkeNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3542,7 +3542,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3554,7 +3554,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3588,20 +3588,20 @@ ElastigroupGkeScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3613,7 +3613,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3625,7 +3625,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3637,7 +3637,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3649,7 +3649,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3661,7 +3661,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3673,7 +3673,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3685,7 +3685,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3697,7 +3697,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3711,7 +3711,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3723,7 +3723,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3735,7 +3735,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3747,7 +3747,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3759,7 +3759,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3771,7 +3771,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3792,8 +3792,8 @@ ElastigroupGkeScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3805,7 +3805,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3817,7 +3817,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3851,20 +3851,20 @@ ElastigroupGkeScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3876,7 +3876,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3888,7 +3888,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3900,7 +3900,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3912,7 +3912,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3924,7 +3924,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3936,7 +3936,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3948,7 +3948,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3960,7 +3960,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3974,7 +3974,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3986,7 +3986,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3998,7 +3998,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4010,7 +4010,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4022,7 +4022,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4034,7 +4034,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4055,8 +4055,8 @@ ElastigroupGkeScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4068,7 +4068,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4080,7 +4080,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.python.md b/docs/elastigroupGke.python.md index 63b0ce6d6..7321b5f5a 100644 --- a/docs/elastigroupGke.python.md +++ b/docs/elastigroupGke.python.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). # `elastigroupGke` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https:// ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -71,38 +71,38 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -401,7 +401,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -411,7 +411,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -443,7 +443,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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -788,7 +788,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -796,7 +796,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.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -820,7 +820,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -830,7 +830,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.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -840,7 +840,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.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -848,7 +848,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -856,7 +856,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -866,7 +866,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.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -874,7 +874,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.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -882,7 +882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2120,10 +2120,10 @@ elastigroupGke.ElastigroupGkeBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2135,7 +2135,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2147,7 +2147,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2161,7 +2161,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.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2173,7 +2173,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2194,8 +2194,8 @@ elastigroupGke.ElastigroupGkeBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2207,7 +2207,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2219,7 +2219,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2284,38 +2284,38 @@ 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| preemptible_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2397,7 +2397,7 @@ cluster_zone_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2409,7 +2409,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.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2421,7 +2421,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2435,7 +2435,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.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2447,7 +2447,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2461,7 +2461,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGkeDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2473,7 +2473,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.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2485,7 +2485,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.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2499,7 +2499,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGkeGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2511,7 +2511,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2526,7 +2526,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2540,7 +2540,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.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2552,7 +2552,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2564,7 +2564,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2578,7 +2578,7 @@ integration_docker_swarm: ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2592,7 +2592,7 @@ integration_gke: ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2604,7 +2604,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.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2618,7 +2618,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGkeLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2630,7 +2630,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.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2644,7 +2644,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGkeMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2656,7 +2656,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.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2670,7 +2670,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.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2682,7 +2682,7 @@ node_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2694,7 +2694,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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2706,7 +2706,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.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2718,7 +2718,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2732,7 +2732,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2746,7 +2746,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.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2758,7 +2758,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2770,7 +2770,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2782,7 +2782,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2794,7 +2794,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2821,14 +2821,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.141.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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2840,7 +2840,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.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2852,7 +2852,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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2864,7 +2864,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2878,7 +2878,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.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2890,7 +2890,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2902,7 +2902,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2914,7 +2914,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2926,7 +2926,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2948,9 +2948,9 @@ elastigroupGke.ElastigroupGkeDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2962,7 +2962,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2974,7 +2974,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2986,7 +2986,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -3007,8 +3007,8 @@ elastigroupGke.ElastigroupGkeGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3020,7 +3020,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -3032,7 +3032,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3053,8 +3053,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.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -3066,7 +3066,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.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -3078,7 +3078,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -3099,8 +3099,8 @@ elastigroupGke.ElastigroupGkeIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3112,7 +3112,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3124,7 +3124,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.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3152,15 +3152,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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3172,7 +3172,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.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3186,7 +3186,7 @@ autoscale_down: ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3200,7 +3200,7 @@ autoscale_headroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3212,7 +3212,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3224,7 +3224,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.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3238,7 +3238,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.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3250,7 +3250,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.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3262,7 +3262,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3274,7 +3274,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3294,7 +3294,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.141.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.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3306,7 +3306,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.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3328,9 +3328,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3342,7 +3342,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.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3354,7 +3354,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.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3366,7 +3366,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.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3387,8 +3387,8 @@ elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3400,7 +3400,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3412,7 +3412,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3433,8 +3433,8 @@ elastigroupGke.ElastigroupGkeLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3446,7 +3446,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3458,7 +3458,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3479,8 +3479,8 @@ elastigroupGke.ElastigroupGkeMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3492,7 +3492,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3504,7 +3504,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3526,7 +3526,7 @@ elastigroupGke.ElastigroupGkeNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | @@ -3540,7 +3540,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3554,7 +3554,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.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3568,7 +3568,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.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3589,8 +3589,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3602,7 +3602,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3614,7 +3614,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3635,8 +3635,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3648,7 +3648,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3660,7 +3660,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3693,20 +3693,20 @@ elastigroupGke.ElastigroupGkeScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3718,7 +3718,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3730,7 +3730,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3742,7 +3742,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3754,7 +3754,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3766,7 +3766,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3778,7 +3778,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3790,7 +3790,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3802,7 +3802,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3816,7 +3816,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3828,7 +3828,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.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3840,7 +3840,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3852,7 +3852,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3864,7 +3864,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3876,7 +3876,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3897,8 +3897,8 @@ elastigroupGke.ElastigroupGkeScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3910,7 +3910,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3922,7 +3922,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3955,20 +3955,20 @@ elastigroupGke.ElastigroupGkeScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3980,7 +3980,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3992,7 +3992,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4004,7 +4004,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4016,7 +4016,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4028,7 +4028,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4040,7 +4040,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4052,7 +4052,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4064,7 +4064,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4078,7 +4078,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4090,7 +4090,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.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4102,7 +4102,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4114,7 +4114,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4126,7 +4126,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4138,7 +4138,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4159,8 +4159,8 @@ elastigroupGke.ElastigroupGkeScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4172,7 +4172,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4184,7 +4184,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -9166,7 +9166,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -9184,7 +9184,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -9192,7 +9192,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.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -9200,7 +9200,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.141.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.142.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 fb6e50cbc..d23b4be0a 100644 --- a/docs/elastigroupGke.typescript.md +++ b/docs/elastigroupGke.typescript.md @@ -1,6 +1,6 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). # `elastigroupGke` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https:// ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -1574,10 +1574,10 @@ const elastigroupGkeBackendServices: elastigroupGke.ElastigroupGkeBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1589,7 +1589,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1601,7 +1601,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1615,7 +1615,7 @@ public readonly namedPorts: IResolvable | ElastigroupGkeBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1627,7 +1627,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1645,8 +1645,8 @@ const elastigroupGkeBackendServicesNamedPorts: elastigroupGke.ElastigroupGkeBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1658,7 +1658,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1670,7 +1670,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1695,38 +1695,38 @@ 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.141.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.141.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | +| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | | 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.141.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.141.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.141.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -1808,7 +1808,7 @@ public readonly clusterZoneName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -1820,7 +1820,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -1832,7 +1832,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1846,7 +1846,7 @@ public readonly backendServices: IResolvable | ElastigroupGkeBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -1858,7 +1858,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -1872,7 +1872,7 @@ public readonly disk: IResolvable | ElastigroupGkeDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -1884,7 +1884,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -1896,7 +1896,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -1910,7 +1910,7 @@ public readonly gpu: IResolvable | ElastigroupGkeGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -1922,7 +1922,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1937,7 +1937,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -1951,7 +1951,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGkeInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -1963,7 +1963,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -1975,7 +1975,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -1989,7 +1989,7 @@ public readonly integrationDockerSwarm: ElastigroupGkeIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2003,7 +2003,7 @@ public readonly integrationGke: ElastigroupGkeIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2015,7 +2015,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2029,7 +2029,7 @@ public readonly labels: IResolvable | ElastigroupGkeLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2041,7 +2041,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2055,7 +2055,7 @@ public readonly metadata: IResolvable | ElastigroupGkeMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2067,7 +2067,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2081,7 +2081,7 @@ public readonly networkInterface: IResolvable | ElastigroupGkeNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2093,7 +2093,7 @@ public readonly nodeImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2105,7 +2105,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2117,7 +2117,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2129,7 +2129,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2143,7 +2143,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGkeScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2157,7 +2157,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGkeScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2169,7 +2169,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2181,7 +2181,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2193,7 +2193,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2205,7 +2205,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2223,14 +2223,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.141.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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2242,7 +2242,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2254,7 +2254,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2266,7 +2266,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2280,7 +2280,7 @@ public readonly initializeParams: IResolvable | ElastigroupGkeDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2292,7 +2292,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2304,7 +2304,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2316,7 +2316,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2328,7 +2328,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2346,9 +2346,9 @@ const elastigroupGkeDiskInitializeParams: elastigroupGke.ElastigroupGkeDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2360,7 +2360,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2372,7 +2372,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2384,7 +2384,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2402,8 +2402,8 @@ const elastigroupGkeGpu: elastigroupGke.ElastigroupGkeGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2415,7 +2415,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2427,7 +2427,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2445,8 +2445,8 @@ const elastigroupGkeInstanceTypesCustom: elastigroupGke.ElastigroupGkeInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2458,7 +2458,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2470,7 +2470,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2488,8 +2488,8 @@ const elastigroupGkeIntegrationDockerSwarm: elastigroupGke.ElastigroupGkeIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2501,7 +2501,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2513,7 +2513,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2531,15 +2531,15 @@ const elastigroupGkeIntegrationGke: elastigroupGke.ElastigroupGkeIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2551,7 +2551,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2565,7 +2565,7 @@ public readonly autoscaleDown: ElastigroupGkeIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2579,7 +2579,7 @@ public readonly autoscaleHeadroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2591,7 +2591,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2603,7 +2603,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2617,7 +2617,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGkeIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2629,7 +2629,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2641,7 +2641,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2653,7 +2653,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2671,7 +2671,7 @@ const elastigroupGkeIntegrationGkeAutoscaleDown: elastigroupGke.ElastigroupGkeIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2683,7 +2683,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2701,9 +2701,9 @@ const elastigroupGkeIntegrationGkeAutoscaleHeadroom: elastigroupGke.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2715,7 +2715,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2727,7 +2727,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2739,7 +2739,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2757,8 +2757,8 @@ const elastigroupGkeIntegrationGkeAutoscaleLabels: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2770,7 +2770,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2782,7 +2782,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2800,8 +2800,8 @@ const elastigroupGkeLabels: elastigroupGke.ElastigroupGkeLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2813,7 +2813,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2825,7 +2825,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2843,8 +2843,8 @@ const elastigroupGkeMetadata: elastigroupGke.ElastigroupGkeMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2856,7 +2856,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2868,7 +2868,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2886,7 +2886,7 @@ const elastigroupGkeNetworkInterface: elastigroupGke.ElastigroupGkeNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -2900,7 +2900,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -2914,7 +2914,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGkeNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -2928,7 +2928,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGkeNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -2946,8 +2946,8 @@ const elastigroupGkeNetworkInterfaceAccessConfigs: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2959,7 +2959,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2971,7 +2971,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2989,8 +2989,8 @@ const elastigroupGkeNetworkInterfaceAliasIpRanges: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3002,7 +3002,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3014,7 +3014,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3032,20 +3032,20 @@ const elastigroupGkeScalingDownPolicy: elastigroupGke.ElastigroupGkeScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3057,7 +3057,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3069,7 +3069,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3081,7 +3081,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3093,7 +3093,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3105,7 +3105,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3117,7 +3117,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3129,7 +3129,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3141,7 +3141,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3155,7 +3155,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3167,7 +3167,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3179,7 +3179,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3191,7 +3191,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3203,7 +3203,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3215,7 +3215,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3233,8 +3233,8 @@ const elastigroupGkeScalingDownPolicyDimensions: elastigroupGke.ElastigroupGkeSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3246,7 +3246,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3258,7 +3258,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3276,20 +3276,20 @@ const elastigroupGkeScalingUpPolicy: elastigroupGke.ElastigroupGkeScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3301,7 +3301,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3313,7 +3313,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3325,7 +3325,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3337,7 +3337,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3349,7 +3349,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3361,7 +3361,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3373,7 +3373,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3385,7 +3385,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3399,7 +3399,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3411,7 +3411,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3423,7 +3423,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3435,7 +3435,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3447,7 +3447,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3459,7 +3459,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3477,8 +3477,8 @@ const elastigroupGkeScalingUpPolicyDimensions: elastigroupGke.ElastigroupGkeScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3490,7 +3490,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3502,7 +3502,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/healthCheck.csharp.md b/docs/healthCheck.csharp.md index 3c4bfbb96..c366b53f9 100644 --- a/docs/healthCheck.csharp.md +++ b/docs/healthCheck.csharp.md @@ -1,6 +1,6 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). # `healthCheck` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://reg ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -707,15 +707,15 @@ new HealthCheckCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -727,7 +727,7 @@ public double Healthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -739,7 +739,7 @@ public double Interval { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -751,7 +751,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -763,7 +763,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -775,7 +775,7 @@ public double Unhealthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -787,7 +787,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -799,7 +799,7 @@ public string EndPoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -811,7 +811,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -823,7 +823,7 @@ public double TimeOut { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -862,12 +862,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.141.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.141.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.142.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.142.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.141.0/docs/resources/health_check#id HealthCheck#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -949,7 +949,7 @@ public string ProxyAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -961,7 +961,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -975,7 +975,7 @@ public HealthCheckCheck Check { get; set; } check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -987,7 +987,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1002,7 +1002,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1014,7 +1014,7 @@ public double ProxyPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 1a5136e3b..4678e72e3 100644 --- a/docs/healthCheck.go.md +++ b/docs/healthCheck.go.md @@ -1,6 +1,6 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). # `healthCheck` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://reg ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck ``` @@ -311,7 +311,7 @@ func ResetProxyPort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ``` @@ -357,7 +357,7 @@ healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ``` @@ -688,7 +688,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckCheck { Healthy: *f64, @@ -707,15 +707,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -727,7 +727,7 @@ Healthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -739,7 +739,7 @@ Interval *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -751,7 +751,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -763,7 +763,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -775,7 +775,7 @@ Unhealthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -787,7 +787,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -799,7 +799,7 @@ EndPoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -811,7 +811,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -823,7 +823,7 @@ TimeOut *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -832,7 +832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckConfig { Connection: interface{}, @@ -844,7 +844,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" Provisioners: *[]interface{}, ProxyAddress: *string, ResourceId: *string, - Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.healthCheck.HealthCheckCheck, + Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.healthCheck.HealthCheckCheck, Id: *string, Name: *string, ProxyPort: *f64, @@ -862,12 +862,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.142.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.142.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.141.0/docs/resources/health_check#id HealthCheck#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -949,7 +949,7 @@ ProxyAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -961,7 +961,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -975,7 +975,7 @@ Check HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -987,7 +987,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1002,7 +1002,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1014,7 +1014,7 @@ ProxyPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -1025,7 +1025,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference ``` diff --git a/docs/healthCheck.java.md b/docs/healthCheck.java.md index c115a96d1..1b59200a5 100644 --- a/docs/healthCheck.java.md +++ b/docs/healthCheck.java.md @@ -1,6 +1,6 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). # `healthCheck` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://reg ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -47,12 +47,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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -120,7 +120,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.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -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.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -138,7 +138,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.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -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.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -157,7 +157,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.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -165,7 +165,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.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -826,15 +826,15 @@ HealthCheckCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -846,7 +846,7 @@ public java.lang.Number getHealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -858,7 +858,7 @@ public java.lang.Number getInterval(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -870,7 +870,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -882,7 +882,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -894,7 +894,7 @@ public java.lang.Number getUnhealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -906,7 +906,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -918,7 +918,7 @@ public java.lang.String getEndPoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -930,7 +930,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -942,7 +942,7 @@ public java.lang.Number getTimeOut(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -985,12 +985,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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1072,7 +1072,7 @@ public java.lang.String getProxyAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1084,7 +1084,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1098,7 +1098,7 @@ public HealthCheckCheck getCheck(); check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1110,7 +1110,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1125,7 +1125,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1137,7 +1137,7 @@ public java.lang.Number getProxyPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.python.md b/docs/healthCheck.python.md index ac48d03c8..e3a0b50e5 100644 --- a/docs/healthCheck.python.md +++ b/docs/healthCheck.python.md @@ -1,6 +1,6 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). # `healthCheck` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://reg ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -45,12 +45,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.141.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.141.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.142.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.142.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.141.0/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -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.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -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.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -136,7 +136,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.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -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.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -155,7 +155,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.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -163,7 +163,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.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -424,7 +424,7 @@ def put_check( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -432,7 +432,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.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -440,7 +440,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.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -456,7 +456,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.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -472,7 +472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -480,7 +480,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.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -488,7 +488,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.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -931,15 +931,15 @@ healthCheck.HealthCheckCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/health_check#port HealthCheck#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -951,7 +951,7 @@ healthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -963,7 +963,7 @@ interval: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -975,7 +975,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -987,7 +987,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -999,7 +999,7 @@ unhealthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -1011,7 +1011,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -1023,7 +1023,7 @@ end_point: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -1035,7 +1035,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -1047,7 +1047,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.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1086,12 +1086,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.141.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.141.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.142.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.142.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.141.0/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1173,7 +1173,7 @@ proxy_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1185,7 +1185,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1199,7 +1199,7 @@ check: HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1211,7 +1211,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1226,7 +1226,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1238,7 +1238,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.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.typescript.md b/docs/healthCheck.typescript.md index f4df2d389..59046cfb7 100644 --- a/docs/healthCheck.typescript.md +++ b/docs/healthCheck.typescript.md @@ -1,6 +1,6 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). # `healthCheck` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://reg ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -697,15 +697,15 @@ const healthCheckCheck: healthCheck.HealthCheckCheck = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. | -| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -717,7 +717,7 @@ public readonly healthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -729,7 +729,7 @@ public readonly interval: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -741,7 +741,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -753,7 +753,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -765,7 +765,7 @@ public readonly unhealthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -777,7 +777,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -789,7 +789,7 @@ public readonly endPoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -801,7 +801,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -813,7 +813,7 @@ public readonly timeOut: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -838,12 +838,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.141.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.141.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.142.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.142.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.141.0/docs/resources/health_check#id HealthCheck#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/health_check#id HealthCheck#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. | +| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -925,7 +925,7 @@ public readonly proxyAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -937,7 +937,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -951,7 +951,7 @@ public readonly check: HealthCheckCheck; check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#check HealthCheck#check} --- @@ -963,7 +963,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -978,7 +978,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -990,7 +990,7 @@ public readonly proxyPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/managedInstanceAws.csharp.md b/docs/managedInstanceAws.csharp.md index dde4f06c1..b65c899f9 100644 --- a/docs/managedInstanceAws.csharp.md +++ b/docs/managedInstanceAws.csharp.md @@ -1,6 +1,6 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). # `managedInstanceAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](htt ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -1942,7 +1942,7 @@ new ManagedInstanceAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -1955,7 +1955,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -1969,7 +1969,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -1993,11 +1993,11 @@ new ManagedInstanceAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2009,7 +2009,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2021,7 +2021,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2033,7 +2033,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2045,7 +2045,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2057,7 +2057,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2136,52 +2136,52 @@ 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.141.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.141.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.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallBackToOd | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallBackToOd | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | LoadBalancers | object | load_balancers block. | | ManagedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | -| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2263,7 +2263,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2275,7 +2275,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2287,7 +2287,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2299,7 +2299,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2311,7 +2311,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2323,7 +2323,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2335,7 +2335,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2347,7 +2347,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2361,7 +2361,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2373,7 +2373,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2385,7 +2385,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2399,7 +2399,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2411,7 +2411,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2423,7 +2423,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2435,7 +2435,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2447,7 +2447,7 @@ public string ElasticIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2459,7 +2459,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2471,7 +2471,7 @@ public object FallBackToOd { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -2483,7 +2483,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2495,7 +2495,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2507,7 +2507,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2519,7 +2519,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2536,7 +2536,7 @@ public ManagedInstanceAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2548,7 +2548,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2560,7 +2560,7 @@ public string LifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2574,7 +2574,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2588,7 +2588,7 @@ public ManagedInstanceAwsManagedInstanceAction ManagedInstanceAction { get; set; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2600,7 +2600,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2614,7 +2614,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2626,7 +2626,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2638,7 +2638,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2650,7 +2650,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2662,7 +2662,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2674,7 +2674,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2686,7 +2686,7 @@ public string PreferredType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2698,7 +2698,7 @@ public string PrivateIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2710,7 +2710,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2724,7 +2724,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2738,7 +2738,7 @@ public ManagedInstanceAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2752,7 +2752,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2764,7 +2764,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2776,7 +2776,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2790,7 +2790,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2802,7 +2802,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -2814,7 +2814,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -2826,7 +2826,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -2851,12 +2851,12 @@ new ManagedInstanceAwsDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -2868,7 +2868,7 @@ public object AmiBackupShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -2880,7 +2880,7 @@ public object DeallocationConfigShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -2892,7 +2892,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -2904,7 +2904,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -2916,7 +2916,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -2928,7 +2928,7 @@ public object ShouldTerminateInstance { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -2962,7 +2962,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -2985,10 +2985,10 @@ new ManagedInstanceAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3000,7 +3000,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3014,7 +3014,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3026,7 +3026,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3038,7 +3038,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3060,9 +3060,9 @@ new ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3074,7 +3074,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3086,7 +3086,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3098,7 +3098,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3124,13 +3124,13 @@ new ManagedInstanceAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | -| AzAwareness | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | +| AzAwareness | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | --- @@ -3142,7 +3142,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3154,7 +3154,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3166,7 +3166,7 @@ public object AutoWeight { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. --- @@ -3178,7 +3178,7 @@ public object AzAwareness { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. --- @@ -3190,7 +3190,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. --- @@ -3202,7 +3202,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3214,7 +3214,7 @@ public string TargetSetId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. --- @@ -3234,7 +3234,7 @@ new ManagedInstanceAwsManagedInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3246,7 +3246,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3268,9 +3268,9 @@ new ManagedInstanceAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3282,7 +3282,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3294,7 +3294,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3306,7 +3306,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3329,10 +3329,10 @@ new ManagedInstanceAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3344,7 +3344,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3356,7 +3356,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3368,7 +3368,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3380,7 +3380,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3400,7 +3400,7 @@ new ManagedInstanceAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3412,7 +3412,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3436,11 +3436,11 @@ new ManagedInstanceAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3452,7 +3452,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3464,7 +3464,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3476,7 +3476,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3488,7 +3488,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3500,7 +3500,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3521,8 +3521,8 @@ new ManagedInstanceAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3534,7 +3534,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3546,7 +3546,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index 48a52fb28..7f85112fa 100644 --- a/docs/managedInstanceAws.go.md +++ b/docs/managedInstanceAws.go.md @@ -1,6 +1,6 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). # `managedInstanceAws` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](htt ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws ``` @@ -673,7 +673,7 @@ func ResetUtilizeReservedInstances() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool ``` @@ -705,7 +705,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ``` @@ -719,7 +719,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ``` @@ -1930,11 +1930,11 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, } ``` @@ -1942,7 +1942,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -1955,7 +1955,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -1969,7 +1969,7 @@ Ebs ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -1978,7 +1978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, @@ -1993,11 +1993,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2009,7 +2009,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2021,7 +2021,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2033,7 +2033,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2045,7 +2045,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2057,7 +2057,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2066,7 +2066,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsConfig { Connection: interface{}, @@ -2098,11 +2098,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance HealthCheckType: *string, IamInstanceProfile: *string, Id: *string, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, KeyPair: *string, LifeCycle: *string, LoadBalancers: interface{}, - ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, + ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, MinimumInstanceLifetime: *f64, NetworkInterface: interface{}, OptimizationWindows: *[]*string, @@ -2114,7 +2114,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance PrivateIp: *string, Region: *string, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.managedInstanceAws.ManagedInstanceAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot, ScheduledTask: interface{}, SecurityGroupIds: *[]*string, ShutdownScript: *string, @@ -2136,52 +2136,52 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallBackToOd | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallBackToOd | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | LoadBalancers | interface{} | load_balancers block. | | ManagedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | -| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2263,7 +2263,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2275,7 +2275,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2287,7 +2287,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2299,7 +2299,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2311,7 +2311,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2323,7 +2323,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2335,7 +2335,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2347,7 +2347,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2361,7 +2361,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2373,7 +2373,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2385,7 +2385,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2399,7 +2399,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2411,7 +2411,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2423,7 +2423,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2435,7 +2435,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2447,7 +2447,7 @@ ElasticIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2459,7 +2459,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2471,7 +2471,7 @@ FallBackToOd interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -2483,7 +2483,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2495,7 +2495,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2507,7 +2507,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2519,7 +2519,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2536,7 +2536,7 @@ IntegrationRoute53 ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2548,7 +2548,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2560,7 +2560,7 @@ LifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2574,7 +2574,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2588,7 +2588,7 @@ ManagedInstanceAction ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2600,7 +2600,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2614,7 +2614,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2626,7 +2626,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2638,7 +2638,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2650,7 +2650,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2662,7 +2662,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2674,7 +2674,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2686,7 +2686,7 @@ PreferredType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2698,7 +2698,7 @@ PrivateIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2710,7 +2710,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2724,7 +2724,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2738,7 +2738,7 @@ RevertToSpot ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2752,7 +2752,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2764,7 +2764,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2776,7 +2776,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2790,7 +2790,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2802,7 +2802,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -2814,7 +2814,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -2826,7 +2826,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -2835,7 +2835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsDelete { AmiBackupShouldDeleteImages: interface{}, @@ -2851,12 +2851,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -2868,7 +2868,7 @@ AmiBackupShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -2880,7 +2880,7 @@ DeallocationConfigShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -2892,7 +2892,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -2904,7 +2904,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -2916,7 +2916,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -2928,7 +2928,7 @@ ShouldTerminateInstance interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -2937,7 +2937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 { Domains: interface{}, @@ -2962,7 +2962,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -2971,7 +2971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -2985,10 +2985,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3000,7 +3000,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3014,7 +3014,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3026,7 +3026,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3038,7 +3038,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3047,7 +3047,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -3060,9 +3060,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3074,7 +3074,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3086,7 +3086,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3098,7 +3098,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3107,7 +3107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, @@ -3124,13 +3124,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | -| AzAwareness | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | +| AzAwareness | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | --- @@ -3142,7 +3142,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3154,7 +3154,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3166,7 +3166,7 @@ AutoWeight interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. --- @@ -3178,7 +3178,7 @@ AzAwareness interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. --- @@ -3190,7 +3190,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. --- @@ -3202,7 +3202,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3214,7 +3214,7 @@ TargetSetId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. --- @@ -3223,7 +3223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction { Type: *string, @@ -3234,7 +3234,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3246,7 +3246,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3255,7 +3255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsNetworkInterface { DeviceIndex: *string, @@ -3268,9 +3268,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3282,7 +3282,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3294,7 +3294,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3306,7 +3306,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3315,7 +3315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -3329,10 +3329,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3344,7 +3344,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3356,7 +3356,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3368,7 +3368,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3380,7 +3380,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3389,7 +3389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsRevertToSpot { PerformAt: *string, @@ -3400,7 +3400,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3412,7 +3412,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3421,7 +3421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsScheduledTask { TaskType: *string, @@ -3436,11 +3436,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3452,7 +3452,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3464,7 +3464,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3476,7 +3476,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3488,7 +3488,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3500,7 +3500,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3509,7 +3509,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsTags { Key: *string, @@ -3521,8 +3521,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3534,7 +3534,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3546,7 +3546,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -3557,7 +3557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference ``` @@ -3951,7 +3951,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList ``` @@ -4094,7 +4094,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference ``` @@ -4425,7 +4425,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList ``` @@ -4568,7 +4568,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference ``` @@ -5009,7 +5009,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList ``` @@ -5152,7 +5152,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference ``` @@ -5534,7 +5534,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -5677,7 +5677,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -6024,7 +6024,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference ``` @@ -6308,7 +6308,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList ``` @@ -6451,7 +6451,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference ``` @@ -6914,7 +6914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference ``` @@ -7185,7 +7185,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList ``` @@ -7328,7 +7328,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference ``` @@ -7675,7 +7675,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList ``` @@ -7818,7 +7818,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference ``` @@ -8201,7 +8201,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference ``` @@ -8472,7 +8472,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList ``` @@ -8615,7 +8615,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference ``` @@ -9020,7 +9020,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList ``` @@ -9163,7 +9163,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsTagsOutputReference ``` diff --git a/docs/managedInstanceAws.java.md b/docs/managedInstanceAws.java.md index 1ac1e5168..998bd5adc 100644 --- a/docs/managedInstanceAws.java.md +++ b/docs/managedInstanceAws.java.md @@ -1,6 +1,6 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). # `managedInstanceAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](htt ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -102,52 +102,52 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallBackToOd | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallBackToOd | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -215,7 +215,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.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -223,7 +223,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.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -231,7 +231,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.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -239,7 +239,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.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -247,7 +247,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.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -255,7 +255,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.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -263,7 +263,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.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -271,7 +271,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.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -281,7 +281,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.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -289,7 +289,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.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -297,7 +297,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.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -307,7 +307,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.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -315,7 +315,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.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -323,7 +323,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.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -331,7 +331,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.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -339,7 +339,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.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -347,7 +347,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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -355,7 +355,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.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -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.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -371,7 +371,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.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -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.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -387,7 +387,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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -400,7 +400,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.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -408,7 +408,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.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -416,7 +416,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.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -426,7 +426,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.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -436,7 +436,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.141.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.142.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 - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -454,7 +454,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.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -462,7 +462,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.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -470,7 +470,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.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -478,7 +478,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.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -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.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -494,7 +494,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.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -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.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -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.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -528,7 +528,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.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -538,7 +538,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.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -548,7 +548,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.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -556,7 +556,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.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -564,7 +564,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.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -574,7 +574,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.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -582,7 +582,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.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -590,7 +590,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.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -598,7 +598,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.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -2494,7 +2494,7 @@ ManagedInstanceAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2507,7 +2507,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2521,7 +2521,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2546,11 +2546,11 @@ 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.141.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2562,7 +2562,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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2574,7 +2574,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2586,7 +2586,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2598,7 +2598,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2610,7 +2610,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2708,52 +2708,52 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallBackToOd | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallBackToOd | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | -| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2835,7 +2835,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2847,7 +2847,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2859,7 +2859,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2871,7 +2871,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.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2883,7 +2883,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2895,7 +2895,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2907,7 +2907,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2919,7 +2919,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.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2933,7 +2933,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2945,7 +2945,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2957,7 +2957,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2971,7 +2971,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2983,7 +2983,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2995,7 +2995,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3007,7 +3007,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.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3019,7 +3019,7 @@ public java.lang.String getElasticIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3031,7 +3031,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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3043,7 +3043,7 @@ public java.lang.Object getFallBackToOd(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -3055,7 +3055,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3067,7 +3067,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3079,7 +3079,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3091,7 +3091,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3108,7 +3108,7 @@ public ManagedInstanceAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3120,7 +3120,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3132,7 +3132,7 @@ public java.lang.String getLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3146,7 +3146,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3160,7 +3160,7 @@ public ManagedInstanceAwsManagedInstanceAction getManagedInstanceAction(); managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3172,7 +3172,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3186,7 +3186,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3198,7 +3198,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3210,7 +3210,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3222,7 +3222,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.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3234,7 +3234,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.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3246,7 +3246,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3258,7 +3258,7 @@ public java.lang.String getPreferredType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3270,7 +3270,7 @@ public java.lang.String getPrivateIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3282,7 +3282,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3296,7 +3296,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3310,7 +3310,7 @@ public ManagedInstanceAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3324,7 +3324,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3336,7 +3336,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3348,7 +3348,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3362,7 +3362,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3374,7 +3374,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3386,7 +3386,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3398,7 +3398,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.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3429,12 +3429,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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3446,7 +3446,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.141.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.142.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3458,7 +3458,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.141.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.142.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3470,7 +3470,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3482,7 +3482,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3494,7 +3494,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3506,7 +3506,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.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3541,7 +3541,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3565,10 +3565,10 @@ ManagedInstanceAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3580,7 +3580,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3594,7 +3594,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3606,7 +3606,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3618,7 +3618,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3642,9 +3642,9 @@ ManagedInstanceAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3656,7 +3656,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3668,7 +3668,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.141.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.142.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3680,7 +3680,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.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3708,13 +3708,13 @@ ManagedInstanceAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| autoWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | -| azAwareness | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| autoWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | +| azAwareness | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | --- @@ -3726,7 +3726,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3738,7 +3738,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3750,7 +3750,7 @@ public java.lang.Object getAutoWeight(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. --- @@ -3762,7 +3762,7 @@ public java.lang.Object getAzAwareness(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. --- @@ -3774,7 +3774,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. --- @@ -3786,7 +3786,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3798,7 +3798,7 @@ public java.lang.String getTargetSetId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. --- @@ -3818,7 +3818,7 @@ ManagedInstanceAwsManagedInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3830,7 +3830,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3854,9 +3854,9 @@ ManagedInstanceAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3868,7 +3868,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3880,7 +3880,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.141.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.142.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3892,7 +3892,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.141.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3919,10 +3919,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3934,7 +3934,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3946,7 +3946,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3958,7 +3958,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3970,7 +3970,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3990,7 +3990,7 @@ ManagedInstanceAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4002,7 +4002,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4027,11 +4027,11 @@ ManagedInstanceAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4043,7 +4043,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4055,7 +4055,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4067,7 +4067,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4079,7 +4079,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.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4091,7 +4091,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4112,8 +4112,8 @@ ManagedInstanceAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4125,7 +4125,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4137,7 +4137,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/managedInstanceAws.python.md b/docs/managedInstanceAws.python.md index 44536eb28..015757738 100644 --- a/docs/managedInstanceAws.python.md +++ b/docs/managedInstanceAws.python.md @@ -1,6 +1,6 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). # `managedInstanceAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](htt ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -85,52 +85,52 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fall_back_to_od | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fall_back_to_od | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -198,7 +198,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.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -206,7 +206,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.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -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.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -222,7 +222,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.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -238,7 +238,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.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -254,7 +254,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.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -264,7 +264,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.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -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.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -290,7 +290,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.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -306,7 +306,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.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -314,7 +314,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.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -322,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -330,7 +330,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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -338,7 +338,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.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -346,7 +346,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.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -354,7 +354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -362,7 +362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -383,7 +383,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.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -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.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -409,7 +409,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.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -419,7 +419,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.141.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.142.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 - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -437,7 +437,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.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -445,7 +445,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.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -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.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -461,7 +461,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.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -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.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -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.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -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.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -511,7 +511,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.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -521,7 +521,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.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -531,7 +531,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.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -539,7 +539,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.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -557,7 +557,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.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -565,7 +565,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.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -581,7 +581,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.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -908,7 +908,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -938,7 +938,7 @@ def put_managed_instance_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -982,7 +982,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -2536,7 +2536,7 @@ managedInstanceAws.ManagedInstanceAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2549,7 +2549,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2563,7 +2563,7 @@ ebs: ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2587,11 +2587,11 @@ 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.141.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2603,7 +2603,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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2615,7 +2615,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2627,7 +2627,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2639,7 +2639,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.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2651,7 +2651,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2730,52 +2730,52 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fall_back_to_od | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fall_back_to_od | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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. | -| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2857,7 +2857,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2869,7 +2869,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2881,7 +2881,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2893,7 +2893,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.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2905,7 +2905,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2917,7 +2917,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2929,7 +2929,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2941,7 +2941,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.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2955,7 +2955,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.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2967,7 +2967,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2979,7 +2979,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2993,7 +2993,7 @@ delete: typing.Union[IResolvable, typing.List[ManagedInstanceAwsDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -3005,7 +3005,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -3017,7 +3017,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.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3029,7 +3029,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.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3041,7 +3041,7 @@ elastic_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3053,7 +3053,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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3065,7 +3065,7 @@ fall_back_to_od: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -3077,7 +3077,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.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3089,7 +3089,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3101,7 +3101,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3113,7 +3113,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3130,7 +3130,7 @@ integration_route53: ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3142,7 +3142,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3154,7 +3154,7 @@ life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3168,7 +3168,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.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3182,7 +3182,7 @@ managed_instance_action: ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3194,7 +3194,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.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3208,7 +3208,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.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3220,7 +3220,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3232,7 +3232,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3244,7 +3244,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.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3256,7 +3256,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.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3268,7 +3268,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3280,7 +3280,7 @@ preferred_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3292,7 +3292,7 @@ private_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3304,7 +3304,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3318,7 +3318,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.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3332,7 +3332,7 @@ revert_to_spot: ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3346,7 +3346,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.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3358,7 +3358,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3370,7 +3370,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3384,7 +3384,7 @@ tags: typing.Union[IResolvable, typing.List[ManagedInstanceAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3396,7 +3396,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.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3408,7 +3408,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3420,7 +3420,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.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3445,12 +3445,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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3462,7 +3462,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.141.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.142.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3474,7 +3474,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.141.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.142.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3486,7 +3486,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3498,7 +3498,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3510,7 +3510,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.141.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.142.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3522,7 +3522,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.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3556,7 +3556,7 @@ domains: typing.Union[IResolvable, typing.List[ManagedInstanceAwsIntegrationRout domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3579,10 +3579,10 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3594,7 +3594,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3608,7 +3608,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.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3620,7 +3620,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3632,7 +3632,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3654,9 +3654,9 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3668,7 +3668,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3680,7 +3680,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.141.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.142.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3692,7 +3692,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.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3718,13 +3718,13 @@ managedInstanceAws.ManagedInstanceAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| auto_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | -| az_awareness | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| auto_weight | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | +| az_awareness | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | --- @@ -3736,7 +3736,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3748,7 +3748,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3760,7 +3760,7 @@ auto_weight: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. --- @@ -3772,7 +3772,7 @@ az_awareness: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. --- @@ -3784,7 +3784,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. --- @@ -3796,7 +3796,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3808,7 +3808,7 @@ target_set_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. --- @@ -3828,7 +3828,7 @@ managedInstanceAws.ManagedInstanceAwsManagedInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3840,7 +3840,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3862,9 +3862,9 @@ managedInstanceAws.ManagedInstanceAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3876,7 +3876,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3888,7 +3888,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.141.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.142.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3900,7 +3900,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.141.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3923,10 +3923,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3938,7 +3938,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3950,7 +3950,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3962,7 +3962,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3974,7 +3974,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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3994,7 +3994,7 @@ managedInstanceAws.ManagedInstanceAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4006,7 +4006,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4030,11 +4030,11 @@ managedInstanceAws.ManagedInstanceAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4046,7 +4046,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4058,7 +4058,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4070,7 +4070,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4082,7 +4082,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.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4094,7 +4094,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4115,8 +4115,8 @@ managedInstanceAws.ManagedInstanceAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4128,7 +4128,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4140,7 +4140,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -4982,7 +4982,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -4990,7 +4990,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.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -4998,7 +4998,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.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -5006,7 +5006,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.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -5014,7 +5014,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- diff --git a/docs/managedInstanceAws.typescript.md b/docs/managedInstanceAws.typescript.md index 02e9ecfe2..a6524c8c3 100644 --- a/docs/managedInstanceAws.typescript.md +++ b/docs/managedInstanceAws.typescript.md @@ -1,6 +1,6 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). # `managedInstanceAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](htt ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -1939,7 +1939,7 @@ const managedInstanceAwsBlockDeviceMappings: managedInstanceAws.ManagedInstanceA | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -1952,7 +1952,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -1966,7 +1966,7 @@ public readonly ebs: ManagedInstanceAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -1984,11 +1984,11 @@ const managedInstanceAwsBlockDeviceMappingsEbs: managedInstanceAws.ManagedInstan | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2000,7 +2000,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2012,7 +2012,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2024,7 +2024,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2036,7 +2036,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2048,7 +2048,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2073,52 +2073,52 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallBackToOd | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallBackToOd | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. | | loadBalancers | cdktf.IResolvable \| ManagedInstanceAwsLoadBalancers[] | load_balancers block. | | managedInstanceAction | ManagedInstanceAwsManagedInstanceAction | managed_instance_action block. | -| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2200,7 +2200,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2212,7 +2212,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2224,7 +2224,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2236,7 +2236,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2248,7 +2248,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2260,7 +2260,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2272,7 +2272,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2284,7 +2284,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2298,7 +2298,7 @@ public readonly blockDeviceMappings: IResolvable | ManagedInstanceAwsBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2310,7 +2310,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2322,7 +2322,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2336,7 +2336,7 @@ public readonly delete: IResolvable | ManagedInstanceAwsDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2348,7 +2348,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2360,7 +2360,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2372,7 +2372,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2384,7 +2384,7 @@ public readonly elasticIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2396,7 +2396,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2408,7 +2408,7 @@ public readonly fallBackToOd: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od}. --- @@ -2420,7 +2420,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2432,7 +2432,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2444,7 +2444,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2456,7 +2456,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2473,7 +2473,7 @@ public readonly integrationRoute53: ManagedInstanceAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2485,7 +2485,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2497,7 +2497,7 @@ public readonly lifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2511,7 +2511,7 @@ public readonly loadBalancers: IResolvable | ManagedInstanceAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2525,7 +2525,7 @@ public readonly managedInstanceAction: ManagedInstanceAwsManagedInstanceAction; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2537,7 +2537,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2551,7 +2551,7 @@ public readonly networkInterface: IResolvable | ManagedInstanceAwsNetworkInterfa network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2563,7 +2563,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2575,7 +2575,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2587,7 +2587,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2599,7 +2599,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2611,7 +2611,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2623,7 +2623,7 @@ public readonly preferredType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2635,7 +2635,7 @@ public readonly privateIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2647,7 +2647,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2661,7 +2661,7 @@ public readonly resourceTagSpecification: IResolvable | ManagedInstanceAwsResour resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2675,7 +2675,7 @@ public readonly revertToSpot: ManagedInstanceAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2689,7 +2689,7 @@ public readonly scheduledTask: IResolvable | ManagedInstanceAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2701,7 +2701,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2713,7 +2713,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2727,7 +2727,7 @@ public readonly tags: IResolvable | ManagedInstanceAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2739,7 +2739,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -2751,7 +2751,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -2763,7 +2763,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -2781,12 +2781,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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -2798,7 +2798,7 @@ public readonly amiBackupShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -2810,7 +2810,7 @@ public readonly deallocationConfigShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -2822,7 +2822,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -2834,7 +2834,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -2846,7 +2846,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -2858,7 +2858,7 @@ public readonly shouldTerminateInstance: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -2890,7 +2890,7 @@ public readonly domains: IResolvable | ManagedInstanceAwsIntegrationRoute53Domai domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -2908,10 +2908,10 @@ const managedInstanceAwsIntegrationRoute53Domains: managedInstanceAws.ManagedIns | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -2923,7 +2923,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -2937,7 +2937,7 @@ public readonly recordSets: IResolvable | ManagedInstanceAwsIntegrationRoute53Do record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -2949,7 +2949,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -2961,7 +2961,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -2979,9 +2979,9 @@ const managedInstanceAwsIntegrationRoute53DomainsRecordSets: managedInstanceAws. | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -2993,7 +2993,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3005,7 +3005,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3017,7 +3017,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3035,13 +3035,13 @@ const managedInstanceAwsLoadBalancers: managedInstanceAws.ManagedInstanceAwsLoad | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| autoWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | -| azAwareness | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| autoWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. | +| azAwareness | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. | --- @@ -3053,7 +3053,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3065,7 +3065,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3077,7 +3077,7 @@ public readonly autoWeight: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. --- @@ -3089,7 +3089,7 @@ public readonly azAwareness: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. --- @@ -3101,7 +3101,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. --- @@ -3113,7 +3113,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3125,7 +3125,7 @@ public readonly targetSetId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id}. --- @@ -3143,7 +3143,7 @@ const managedInstanceAwsManagedInstanceAction: managedInstanceAws.ManagedInstanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3155,7 +3155,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3173,9 +3173,9 @@ const managedInstanceAwsNetworkInterface: managedInstanceAws.ManagedInstanceAwsN | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3187,7 +3187,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3199,7 +3199,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3211,7 +3211,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3229,10 +3229,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3244,7 +3244,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3256,7 +3256,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3268,7 +3268,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3280,7 +3280,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3298,7 +3298,7 @@ const managedInstanceAwsRevertToSpot: managedInstanceAws.ManagedInstanceAwsRever | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3310,7 +3310,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3328,11 +3328,11 @@ const managedInstanceAwsScheduledTask: managedInstanceAws.ManagedInstanceAwsSche | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3344,7 +3344,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3356,7 +3356,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3368,7 +3368,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3380,7 +3380,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3392,7 +3392,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3410,8 +3410,8 @@ const managedInstanceAwsTags: managedInstanceAws.ManagedInstanceAwsTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3423,7 +3423,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3435,7 +3435,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- diff --git a/docs/mrscalerAws.csharp.md b/docs/mrscalerAws.csharp.md index fc2a7154c..e208b60c0 100644 --- a/docs/mrscalerAws.csharp.md +++ b/docs/mrscalerAws.csharp.md @@ -1,6 +1,6 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). # `mrscalerAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://reg ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -2502,9 +2502,9 @@ new MrscalerAwsApplications { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2516,7 +2516,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2528,7 +2528,7 @@ public string[] Args { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2540,7 +2540,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2561,8 +2561,8 @@ new MrscalerAwsBootstrapActionsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2574,7 +2574,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2586,7 +2586,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2680,67 +2680,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2822,7 +2822,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2834,7 +2834,7 @@ public string Strategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2846,7 +2846,7 @@ public string AdditionalInfo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -2858,7 +2858,7 @@ public string[] AdditionalPrimarySecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -2870,7 +2870,7 @@ public string[] AdditionalReplicaSecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -2884,7 +2884,7 @@ public object Applications { get; set; } applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -2896,7 +2896,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -2910,7 +2910,7 @@ public object BootstrapActionsFile { get; set; } bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -2922,7 +2922,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -2936,7 +2936,7 @@ public object ConfigurationsFile { get; set; } configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -2948,7 +2948,7 @@ public double CoreDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -2962,7 +2962,7 @@ public object CoreEbsBlockDevice { get; set; } core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -2974,7 +2974,7 @@ public object CoreEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -2986,7 +2986,7 @@ public string[] CoreInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -2998,7 +2998,7 @@ public string CoreLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3010,7 +3010,7 @@ public double CoreMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3022,7 +3022,7 @@ public double CoreMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3036,7 +3036,7 @@ public object CoreScalingDownPolicy { get; set; } core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3050,7 +3050,7 @@ public object CoreScalingUpPolicy { get; set; } core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3062,7 +3062,7 @@ public string CoreUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3074,7 +3074,7 @@ public string CustomAmiId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3086,7 +3086,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3098,7 +3098,7 @@ public double EbsRootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3110,7 +3110,7 @@ public string Ec2KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3122,7 +3122,7 @@ public object ExposeClusterId { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3134,7 +3134,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3151,7 +3151,7 @@ public object InstanceWeights { get; set; } instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3163,7 +3163,7 @@ public string JobFlowRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3175,7 +3175,7 @@ public object KeepJobFlowAlive { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3187,7 +3187,7 @@ public string LogUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3199,7 +3199,7 @@ public string ManagedPrimarySecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3211,7 +3211,7 @@ public string ManagedReplicaSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3225,7 +3225,7 @@ public object MasterEbsBlockDevice { get; set; } master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3237,7 +3237,7 @@ public object MasterEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3249,7 +3249,7 @@ public string[] MasterInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3261,7 +3261,7 @@ public string MasterLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3273,7 +3273,7 @@ public double MasterTarget { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3287,7 +3287,7 @@ public MrscalerAwsProvisioningTimeout ProvisioningTimeout { get; set; } provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3299,7 +3299,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3311,7 +3311,7 @@ public string ReleaseLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3323,7 +3323,7 @@ public string RepoUpgradeOnBoot { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3335,7 +3335,7 @@ public double Retries { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3349,7 +3349,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3361,7 +3361,7 @@ public string SecurityConfig { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3373,7 +3373,7 @@ public string ServiceAccessSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3385,7 +3385,7 @@ public string ServiceRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3399,7 +3399,7 @@ public object StepsFile { get; set; } steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3413,7 +3413,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3425,7 +3425,7 @@ public double TaskDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3439,7 +3439,7 @@ public object TaskEbsBlockDevice { get; set; } task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3451,7 +3451,7 @@ public object TaskEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3463,7 +3463,7 @@ public string[] TaskInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3475,7 +3475,7 @@ public string TaskLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3487,7 +3487,7 @@ public double TaskMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3499,7 +3499,7 @@ public double TaskMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3513,7 +3513,7 @@ public object TaskScalingDownPolicy { get; set; } task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3527,7 +3527,7 @@ public object TaskScalingUpPolicy { get; set; } task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3539,7 +3539,7 @@ public string TaskUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3553,7 +3553,7 @@ public object TerminationPolicies { get; set; } termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3565,7 +3565,7 @@ public object TerminationProtected { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3577,7 +3577,7 @@ public object VisibleToAllUsers { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3598,8 +3598,8 @@ new MrscalerAwsConfigurationsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3611,7 +3611,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3623,7 +3623,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3646,10 +3646,10 @@ new MrscalerAwsCoreEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3661,7 +3661,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3673,7 +3673,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3685,7 +3685,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3697,7 +3697,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3734,24 +3734,24 @@ new MrscalerAwsCoreScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3763,7 +3763,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3775,7 +3775,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3787,7 +3787,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3799,7 +3799,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3811,7 +3811,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3823,7 +3823,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3835,7 +3835,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3847,7 +3847,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -3859,7 +3859,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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -3871,7 +3871,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -3883,7 +3883,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -3895,7 +3895,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -3907,7 +3907,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -3919,7 +3919,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -3931,7 +3931,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -3943,7 +3943,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -3955,7 +3955,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -3967,7 +3967,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4004,24 +4004,24 @@ new MrscalerAwsCoreScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4033,7 +4033,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4045,7 +4045,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4057,7 +4057,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4069,7 +4069,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4081,7 +4081,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4093,7 +4093,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4105,7 +4105,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4117,7 +4117,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4129,7 +4129,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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4141,7 +4141,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4153,7 +4153,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4165,7 +4165,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4177,7 +4177,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4189,7 +4189,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4201,7 +4201,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4213,7 +4213,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4225,7 +4225,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4237,7 +4237,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4258,8 +4258,8 @@ new MrscalerAwsInstanceWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4271,7 +4271,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4283,7 +4283,7 @@ public double WeightedCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4306,10 +4306,10 @@ new MrscalerAwsMasterEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4321,7 +4321,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4333,7 +4333,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4345,7 +4345,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4357,7 +4357,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4378,8 +4378,8 @@ new MrscalerAwsProvisioningTimeout { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4391,7 +4391,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4403,7 +4403,7 @@ public string TimeoutAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4429,13 +4429,13 @@ new MrscalerAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4447,7 +4447,7 @@ public string Cron { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4459,7 +4459,7 @@ public string InstanceGroupType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4471,7 +4471,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4483,7 +4483,7 @@ public string DesiredCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4495,7 +4495,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4507,7 +4507,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4519,7 +4519,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4540,8 +4540,8 @@ new MrscalerAwsStepsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4553,7 +4553,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4565,7 +4565,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4586,8 +4586,8 @@ new MrscalerAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4599,7 +4599,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4611,7 +4611,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4634,10 +4634,10 @@ new MrscalerAwsTaskEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4649,7 +4649,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4661,7 +4661,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4673,7 +4673,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4685,7 +4685,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4722,24 +4722,24 @@ new MrscalerAwsTaskScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4751,7 +4751,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4763,7 +4763,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4775,7 +4775,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4787,7 +4787,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4799,7 +4799,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4811,7 +4811,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4823,7 +4823,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4835,7 +4835,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4847,7 +4847,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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4859,7 +4859,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4871,7 +4871,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4883,7 +4883,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4895,7 +4895,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4907,7 +4907,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4919,7 +4919,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4931,7 +4931,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4943,7 +4943,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4955,7 +4955,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4992,24 +4992,24 @@ new MrscalerAwsTaskScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5021,7 +5021,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5033,7 +5033,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5045,7 +5045,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5057,7 +5057,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5069,7 +5069,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5081,7 +5081,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5093,7 +5093,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5105,7 +5105,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5117,7 +5117,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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5129,7 +5129,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5141,7 +5141,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5153,7 +5153,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5165,7 +5165,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5177,7 +5177,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5189,7 +5189,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5201,7 +5201,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5213,7 +5213,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5225,7 +5225,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5259,7 +5259,7 @@ public object Statements { get; set; } statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5286,14 +5286,14 @@ new MrscalerAwsTerminationPoliciesStatements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5305,7 +5305,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5317,7 +5317,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5329,7 +5329,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5341,7 +5341,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5353,7 +5353,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5365,7 +5365,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5377,7 +5377,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5389,7 +5389,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index 40aa889b2..7838e3596 100644 --- a/docs/mrscalerAws.go.md +++ b/docs/mrscalerAws.go.md @@ -1,6 +1,6 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). # `mrscalerAws` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://reg ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws ``` @@ -891,7 +891,7 @@ func ResetVisibleToAllUsers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool ``` @@ -923,7 +923,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ``` @@ -937,7 +937,7 @@ mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ``` @@ -2489,7 +2489,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsApplications { Name: *string, @@ -2502,9 +2502,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2516,7 +2516,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2528,7 +2528,7 @@ Args *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2540,7 +2540,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2549,7 +2549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsBootstrapActionsFile { Bucket: *string, @@ -2561,8 +2561,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2574,7 +2574,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2586,7 +2586,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2595,7 +2595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfig { Connection: interface{}, @@ -2642,7 +2642,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" MasterInstanceTypes: *[]*string, MasterLifecycle: *string, MasterTarget: *f64, - ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.mrscalerAws.MrscalerAwsProvisioningTimeout, + ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout, Region: *string, ReleaseLabel: *string, RepoUpgradeOnBoot: *string, @@ -2680,67 +2680,67 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2822,7 +2822,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2834,7 +2834,7 @@ Strategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2846,7 +2846,7 @@ AdditionalInfo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -2858,7 +2858,7 @@ AdditionalPrimarySecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -2870,7 +2870,7 @@ AdditionalReplicaSecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -2884,7 +2884,7 @@ Applications interface{} applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -2896,7 +2896,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -2910,7 +2910,7 @@ BootstrapActionsFile interface{} bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -2922,7 +2922,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -2936,7 +2936,7 @@ ConfigurationsFile interface{} configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -2948,7 +2948,7 @@ CoreDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -2962,7 +2962,7 @@ CoreEbsBlockDevice interface{} core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -2974,7 +2974,7 @@ CoreEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -2986,7 +2986,7 @@ CoreInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -2998,7 +2998,7 @@ CoreLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3010,7 +3010,7 @@ CoreMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3022,7 +3022,7 @@ CoreMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3036,7 +3036,7 @@ CoreScalingDownPolicy interface{} core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3050,7 +3050,7 @@ CoreScalingUpPolicy interface{} core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3062,7 +3062,7 @@ CoreUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3074,7 +3074,7 @@ CustomAmiId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3086,7 +3086,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3098,7 +3098,7 @@ EbsRootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3110,7 +3110,7 @@ Ec2KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3122,7 +3122,7 @@ ExposeClusterId interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3134,7 +3134,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3151,7 +3151,7 @@ InstanceWeights interface{} instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3163,7 +3163,7 @@ JobFlowRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3175,7 +3175,7 @@ KeepJobFlowAlive interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3187,7 +3187,7 @@ LogUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3199,7 +3199,7 @@ ManagedPrimarySecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3211,7 +3211,7 @@ ManagedReplicaSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3225,7 +3225,7 @@ MasterEbsBlockDevice interface{} master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3237,7 +3237,7 @@ MasterEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3249,7 +3249,7 @@ MasterInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3261,7 +3261,7 @@ MasterLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3273,7 +3273,7 @@ MasterTarget *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3287,7 +3287,7 @@ ProvisioningTimeout MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3299,7 +3299,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3311,7 +3311,7 @@ ReleaseLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3323,7 +3323,7 @@ RepoUpgradeOnBoot *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3335,7 +3335,7 @@ Retries *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3349,7 +3349,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3361,7 +3361,7 @@ SecurityConfig *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3373,7 +3373,7 @@ ServiceAccessSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3385,7 +3385,7 @@ ServiceRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3399,7 +3399,7 @@ StepsFile interface{} steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3413,7 +3413,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3425,7 +3425,7 @@ TaskDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3439,7 +3439,7 @@ TaskEbsBlockDevice interface{} task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3451,7 +3451,7 @@ TaskEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3463,7 +3463,7 @@ TaskInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3475,7 +3475,7 @@ TaskLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3487,7 +3487,7 @@ TaskMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3499,7 +3499,7 @@ TaskMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3513,7 +3513,7 @@ TaskScalingDownPolicy interface{} task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3527,7 +3527,7 @@ TaskScalingUpPolicy interface{} task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3539,7 +3539,7 @@ TaskUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3553,7 +3553,7 @@ TerminationPolicies interface{} termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3565,7 +3565,7 @@ TerminationProtected interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3577,7 +3577,7 @@ VisibleToAllUsers interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3586,7 +3586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfigurationsFile { Bucket: *string, @@ -3598,8 +3598,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3611,7 +3611,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3623,7 +3623,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3632,7 +3632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreEbsBlockDevice { SizeInGb: *f64, @@ -3646,10 +3646,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3661,7 +3661,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3673,7 +3673,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3685,7 +3685,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3697,7 +3697,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3706,7 +3706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingDownPolicy { MetricName: *string, @@ -3734,24 +3734,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3763,7 +3763,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3775,7 +3775,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3787,7 +3787,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3799,7 +3799,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3811,7 +3811,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3823,7 +3823,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3835,7 +3835,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3847,7 +3847,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -3859,7 +3859,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -3871,7 +3871,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -3883,7 +3883,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -3895,7 +3895,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -3907,7 +3907,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -3919,7 +3919,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -3931,7 +3931,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -3943,7 +3943,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -3955,7 +3955,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -3967,7 +3967,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -3976,7 +3976,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingUpPolicy { MetricName: *string, @@ -4004,24 +4004,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4033,7 +4033,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4045,7 +4045,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4057,7 +4057,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4069,7 +4069,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4081,7 +4081,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4093,7 +4093,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4105,7 +4105,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4117,7 +4117,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4129,7 +4129,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4141,7 +4141,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4153,7 +4153,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4165,7 +4165,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4177,7 +4177,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4189,7 +4189,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4201,7 +4201,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4213,7 +4213,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4225,7 +4225,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4237,7 +4237,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4246,7 +4246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsInstanceWeights { InstanceType: *string, @@ -4258,8 +4258,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4271,7 +4271,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4283,7 +4283,7 @@ WeightedCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4292,7 +4292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsMasterEbsBlockDevice { SizeInGb: *f64, @@ -4306,10 +4306,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4321,7 +4321,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4333,7 +4333,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4345,7 +4345,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4357,7 +4357,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4366,7 +4366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsProvisioningTimeout { Timeout: *f64, @@ -4378,8 +4378,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4391,7 +4391,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4403,7 +4403,7 @@ TimeoutAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4412,7 +4412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsScheduledTask { Cron: *string, @@ -4429,13 +4429,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4447,7 +4447,7 @@ Cron *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4459,7 +4459,7 @@ InstanceGroupType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4471,7 +4471,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4483,7 +4483,7 @@ DesiredCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4495,7 +4495,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4507,7 +4507,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4519,7 +4519,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4528,7 +4528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsStepsFile { Bucket: *string, @@ -4540,8 +4540,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4553,7 +4553,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4565,7 +4565,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4574,7 +4574,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTags { Key: *string, @@ -4586,8 +4586,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4599,7 +4599,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4611,7 +4611,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4620,7 +4620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskEbsBlockDevice { SizeInGb: *f64, @@ -4634,10 +4634,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4649,7 +4649,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4661,7 +4661,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4673,7 +4673,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4685,7 +4685,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4694,7 +4694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingDownPolicy { MetricName: *string, @@ -4722,24 +4722,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4751,7 +4751,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4763,7 +4763,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4775,7 +4775,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4787,7 +4787,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4799,7 +4799,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4811,7 +4811,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4823,7 +4823,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4835,7 +4835,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4847,7 +4847,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4859,7 +4859,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4871,7 +4871,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4883,7 +4883,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4895,7 +4895,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4907,7 +4907,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4919,7 +4919,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4931,7 +4931,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4943,7 +4943,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4955,7 +4955,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4964,7 +4964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingUpPolicy { MetricName: *string, @@ -4992,24 +4992,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5021,7 +5021,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5033,7 +5033,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5045,7 +5045,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5057,7 +5057,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5069,7 +5069,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5081,7 +5081,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5093,7 +5093,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5105,7 +5105,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5117,7 +5117,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5129,7 +5129,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5141,7 +5141,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5153,7 +5153,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5165,7 +5165,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5177,7 +5177,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5189,7 +5189,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5201,7 +5201,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5213,7 +5213,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5225,7 +5225,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5234,7 +5234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPolicies { Statements: interface{}, @@ -5259,7 +5259,7 @@ Statements interface{} statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5268,7 +5268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPoliciesStatements { MetricName: *string, @@ -5286,14 +5286,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5305,7 +5305,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5317,7 +5317,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5329,7 +5329,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5341,7 +5341,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5353,7 +5353,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5365,7 +5365,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5377,7 +5377,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5389,7 +5389,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5400,7 +5400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList ``` @@ -5543,7 +5543,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference ``` @@ -5890,7 +5890,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList ``` @@ -6033,7 +6033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference ``` @@ -6344,7 +6344,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList ``` @@ -6487,7 +6487,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference ``` @@ -6798,7 +6798,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList ``` @@ -6941,7 +6941,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference ``` @@ -7310,7 +7310,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList ``` @@ -7453,7 +7453,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference ``` @@ -8207,7 +8207,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList ``` @@ -8350,7 +8350,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference ``` @@ -9104,7 +9104,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList ``` @@ -9247,7 +9247,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference ``` @@ -9558,7 +9558,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList ``` @@ -9701,7 +9701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference ``` @@ -10070,7 +10070,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference ``` @@ -10363,7 +10363,7 @@ func InternalValue() MrscalerAwsProvisioningTimeout #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList ``` @@ -10506,7 +10506,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference ``` @@ -10955,7 +10955,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList ``` @@ -11098,7 +11098,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference ``` @@ -11409,7 +11409,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList ``` @@ -11552,7 +11552,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference ``` @@ -11863,7 +11863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList ``` @@ -12006,7 +12006,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference ``` @@ -12375,7 +12375,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList ``` @@ -12518,7 +12518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference ``` @@ -13272,7 +13272,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList ``` @@ -13415,7 +13415,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference ``` @@ -14169,7 +14169,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList ``` @@ -14312,7 +14312,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference ``` @@ -14614,7 +14614,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList ``` @@ -14757,7 +14757,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference ``` diff --git a/docs/mrscalerAws.java.md b/docs/mrscalerAws.java.md index e99bff901..dee013ea0 100644 --- a/docs/mrscalerAws.java.md +++ b/docs/mrscalerAws.java.md @@ -1,6 +1,6 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). # `mrscalerAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://reg ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -124,67 +124,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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -252,7 +252,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -260,7 +260,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.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -268,7 +268,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.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -276,7 +276,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.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -284,7 +284,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.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -294,7 +294,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.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -302,7 +302,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.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -312,7 +312,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.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -320,7 +320,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.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -330,7 +330,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.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -338,7 +338,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.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -348,7 +348,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -356,7 +356,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -364,7 +364,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.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -372,7 +372,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.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -380,7 +380,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.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -388,7 +388,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.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -398,7 +398,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -408,7 +408,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -416,7 +416,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.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -424,7 +424,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.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -432,7 +432,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.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -440,7 +440,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.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -448,7 +448,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.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -456,7 +456,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.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -464,7 +464,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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -477,7 +477,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.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -485,7 +485,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.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -493,7 +493,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.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -501,7 +501,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.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -509,7 +509,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.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -517,7 +517,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.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -527,7 +527,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -535,7 +535,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -543,7 +543,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.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -551,7 +551,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.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -559,7 +559,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.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -569,7 +569,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.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -577,7 +577,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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -585,7 +585,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.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -593,7 +593,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.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -601,7 +601,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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -611,7 +611,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.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -619,7 +619,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.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -627,7 +627,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.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -635,7 +635,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.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -645,7 +645,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.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -655,7 +655,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.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -663,7 +663,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.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -673,7 +673,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -681,7 +681,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -689,7 +689,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.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -697,7 +697,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.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -705,7 +705,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.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -713,7 +713,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.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -723,7 +723,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -733,7 +733,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -741,7 +741,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.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -751,7 +751,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.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -759,7 +759,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.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -767,7 +767,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.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3223,9 +3223,9 @@ MrscalerAwsApplications.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3237,7 +3237,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3249,7 +3249,7 @@ public java.util.List getArgs(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3261,7 +3261,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3282,8 +3282,8 @@ MrscalerAwsBootstrapActionsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3295,7 +3295,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3307,7 +3307,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3427,67 +3427,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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3569,7 +3569,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3581,7 +3581,7 @@ public java.lang.String getStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3593,7 +3593,7 @@ public java.lang.String getAdditionalInfo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3605,7 +3605,7 @@ public java.util.List getAdditionalPrimarySecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3617,7 +3617,7 @@ public java.util.List getAdditionalReplicaSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3631,7 +3631,7 @@ public java.lang.Object getApplications(); applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3643,7 +3643,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3657,7 +3657,7 @@ public java.lang.Object getBootstrapActionsFile(); bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3669,7 +3669,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3683,7 +3683,7 @@ public java.lang.Object getConfigurationsFile(); configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3695,7 +3695,7 @@ public java.lang.Number getCoreDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3709,7 +3709,7 @@ public java.lang.Object getCoreEbsBlockDevice(); core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3721,7 +3721,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3733,7 +3733,7 @@ public java.util.List getCoreInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3745,7 +3745,7 @@ public java.lang.String getCoreLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3757,7 +3757,7 @@ public java.lang.Number getCoreMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3769,7 +3769,7 @@ public java.lang.Number getCoreMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3783,7 +3783,7 @@ public java.lang.Object getCoreScalingDownPolicy(); core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3797,7 +3797,7 @@ public java.lang.Object getCoreScalingUpPolicy(); core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3809,7 +3809,7 @@ public java.lang.String getCoreUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3821,7 +3821,7 @@ public java.lang.String getCustomAmiId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3833,7 +3833,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3845,7 +3845,7 @@ public java.lang.Number getEbsRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3857,7 +3857,7 @@ public java.lang.String getEc2KeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3869,7 +3869,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.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3881,7 +3881,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3898,7 +3898,7 @@ public java.lang.Object getInstanceWeights(); instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3910,7 +3910,7 @@ public java.lang.String getJobFlowRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3922,7 +3922,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.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3934,7 +3934,7 @@ public java.lang.String getLogUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3946,7 +3946,7 @@ public java.lang.String getManagedPrimarySecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3958,7 +3958,7 @@ public java.lang.String getManagedReplicaSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3972,7 +3972,7 @@ public java.lang.Object getMasterEbsBlockDevice(); master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3984,7 +3984,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3996,7 +3996,7 @@ public java.util.List getMasterInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4008,7 +4008,7 @@ public java.lang.String getMasterLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4020,7 +4020,7 @@ public java.lang.Number getMasterTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4034,7 +4034,7 @@ public MrscalerAwsProvisioningTimeout getProvisioningTimeout(); provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4046,7 +4046,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4058,7 +4058,7 @@ public java.lang.String getReleaseLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4070,7 +4070,7 @@ public java.lang.String getRepoUpgradeOnBoot(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4082,7 +4082,7 @@ public java.lang.Number getRetries(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4096,7 +4096,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4108,7 +4108,7 @@ public java.lang.String getSecurityConfig(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4120,7 +4120,7 @@ public java.lang.String getServiceAccessSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4132,7 +4132,7 @@ public java.lang.String getServiceRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4146,7 +4146,7 @@ public java.lang.Object getStepsFile(); steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4160,7 +4160,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4172,7 +4172,7 @@ public java.lang.Number getTaskDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4186,7 +4186,7 @@ public java.lang.Object getTaskEbsBlockDevice(); task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4198,7 +4198,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4210,7 +4210,7 @@ public java.util.List getTaskInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4222,7 +4222,7 @@ public java.lang.String getTaskLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4234,7 +4234,7 @@ public java.lang.Number getTaskMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4246,7 +4246,7 @@ public java.lang.Number getTaskMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4260,7 +4260,7 @@ public java.lang.Object getTaskScalingDownPolicy(); task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4274,7 +4274,7 @@ public java.lang.Object getTaskScalingUpPolicy(); task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4286,7 +4286,7 @@ public java.lang.String getTaskUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4300,7 +4300,7 @@ public java.lang.Object getTerminationPolicies(); termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4312,7 +4312,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.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4324,7 +4324,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.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4345,8 +4345,8 @@ MrscalerAwsConfigurationsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4358,7 +4358,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4370,7 +4370,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4393,10 +4393,10 @@ MrscalerAwsCoreEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4408,7 +4408,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4420,7 +4420,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4432,7 +4432,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4444,7 +4444,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4481,24 +4481,24 @@ MrscalerAwsCoreScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4510,7 +4510,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4522,7 +4522,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4534,7 +4534,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4546,7 +4546,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4558,7 +4558,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4570,7 +4570,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4582,7 +4582,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4594,7 +4594,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4606,7 +4606,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4618,7 +4618,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4630,7 +4630,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4642,7 +4642,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4654,7 +4654,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4666,7 +4666,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4678,7 +4678,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4690,7 +4690,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4702,7 +4702,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4714,7 +4714,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4751,24 +4751,24 @@ MrscalerAwsCoreScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4780,7 +4780,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4792,7 +4792,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4804,7 +4804,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4816,7 +4816,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4828,7 +4828,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4840,7 +4840,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4852,7 +4852,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4864,7 +4864,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4876,7 +4876,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4888,7 +4888,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4900,7 +4900,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4912,7 +4912,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4924,7 +4924,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4936,7 +4936,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4948,7 +4948,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4960,7 +4960,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4972,7 +4972,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4984,7 +4984,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5005,8 +5005,8 @@ MrscalerAwsInstanceWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5018,7 +5018,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5030,7 +5030,7 @@ public java.lang.Number getWeightedCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5053,10 +5053,10 @@ MrscalerAwsMasterEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5068,7 +5068,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5080,7 +5080,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5092,7 +5092,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5104,7 +5104,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5125,8 +5125,8 @@ MrscalerAwsProvisioningTimeout.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5138,7 +5138,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5150,7 +5150,7 @@ public java.lang.String getTimeoutAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5177,13 +5177,13 @@ MrscalerAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5195,7 +5195,7 @@ public java.lang.String getCron(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5207,7 +5207,7 @@ public java.lang.String getInstanceGroupType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5219,7 +5219,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5231,7 +5231,7 @@ public java.lang.String getDesiredCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5243,7 +5243,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.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5255,7 +5255,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5267,7 +5267,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5288,8 +5288,8 @@ MrscalerAwsStepsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5301,7 +5301,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5313,7 +5313,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5334,8 +5334,8 @@ MrscalerAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5347,7 +5347,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5359,7 +5359,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5382,10 +5382,10 @@ MrscalerAwsTaskEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5397,7 +5397,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5409,7 +5409,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5421,7 +5421,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5433,7 +5433,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5470,24 +5470,24 @@ MrscalerAwsTaskScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5499,7 +5499,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5511,7 +5511,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5523,7 +5523,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5535,7 +5535,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5547,7 +5547,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5559,7 +5559,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5571,7 +5571,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5583,7 +5583,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5595,7 +5595,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5607,7 +5607,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5619,7 +5619,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5631,7 +5631,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5643,7 +5643,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5655,7 +5655,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5667,7 +5667,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5679,7 +5679,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5691,7 +5691,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5703,7 +5703,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5740,24 +5740,24 @@ MrscalerAwsTaskScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5769,7 +5769,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5781,7 +5781,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5793,7 +5793,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5805,7 +5805,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5817,7 +5817,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5829,7 +5829,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5841,7 +5841,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5853,7 +5853,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5865,7 +5865,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5877,7 +5877,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5889,7 +5889,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5901,7 +5901,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5913,7 +5913,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5925,7 +5925,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5937,7 +5937,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5949,7 +5949,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5961,7 +5961,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5973,7 +5973,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6008,7 +6008,7 @@ public java.lang.Object getStatements(); statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6035,14 +6035,14 @@ MrscalerAwsTerminationPoliciesStatements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6054,7 +6054,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6066,7 +6066,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6078,7 +6078,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6090,7 +6090,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6102,7 +6102,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6114,7 +6114,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6126,7 +6126,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6138,7 +6138,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.python.md b/docs/mrscalerAws.python.md index 38954165e..05b9277bb 100644 --- a/docs/mrscalerAws.python.md +++ b/docs/mrscalerAws.python.md @@ -1,6 +1,6 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). # `mrscalerAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://reg ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -100,67 +100,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -228,7 +228,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -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.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -252,7 +252,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.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -260,7 +260,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.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -270,7 +270,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.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -278,7 +278,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.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -288,7 +288,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.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -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.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -306,7 +306,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.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -314,7 +314,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.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -324,7 +324,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -332,7 +332,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -340,7 +340,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.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -356,7 +356,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.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -364,7 +364,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.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -374,7 +374,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -384,7 +384,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -416,7 +416,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.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -432,7 +432,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.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -440,7 +440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -453,7 +453,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.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -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.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -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.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -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.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -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.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -503,7 +503,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -511,7 +511,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -519,7 +519,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.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -527,7 +527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -535,7 +535,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.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -545,7 +545,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.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -553,7 +553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -561,7 +561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -569,7 +569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -577,7 +577,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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -587,7 +587,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.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -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.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -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.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -611,7 +611,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -621,7 +621,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.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -631,7 +631,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.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -639,7 +639,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.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -649,7 +649,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -657,7 +657,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -665,7 +665,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.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -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.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -681,7 +681,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.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -689,7 +689,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.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -699,7 +699,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -709,7 +709,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -717,7 +717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -727,7 +727,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.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -735,7 +735,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.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -743,7 +743,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.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -1179,7 +1179,7 @@ def put_provisioning_timeout( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -1187,7 +1187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -3273,9 +3273,9 @@ mrscalerAws.MrscalerAwsApplications( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3287,7 +3287,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3299,7 +3299,7 @@ args: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3311,7 +3311,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3332,8 +3332,8 @@ mrscalerAws.MrscalerAwsBootstrapActionsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3345,7 +3345,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3357,7 +3357,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3451,67 +3451,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3593,7 +3593,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3605,7 +3605,7 @@ strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3617,7 +3617,7 @@ additional_info: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3629,7 +3629,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.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3641,7 +3641,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.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3655,7 +3655,7 @@ applications: typing.Union[IResolvable, typing.List[MrscalerAwsApplications]] applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3667,7 +3667,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3681,7 +3681,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.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3693,7 +3693,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3707,7 +3707,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.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3719,7 +3719,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.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3733,7 +3733,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3745,7 +3745,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.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3757,7 +3757,7 @@ core_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3769,7 +3769,7 @@ core_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3781,7 +3781,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.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3793,7 +3793,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.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3807,7 +3807,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3821,7 +3821,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.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3833,7 +3833,7 @@ core_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3845,7 +3845,7 @@ custom_ami_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3857,7 +3857,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3869,7 +3869,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.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3881,7 +3881,7 @@ ec2_key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3893,7 +3893,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.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3905,7 +3905,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3922,7 +3922,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.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3934,7 +3934,7 @@ job_flow_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3946,7 +3946,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.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3958,7 +3958,7 @@ log_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3970,7 +3970,7 @@ managed_primary_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3982,7 +3982,7 @@ managed_replica_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3996,7 +3996,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -4008,7 +4008,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.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -4020,7 +4020,7 @@ master_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4032,7 +4032,7 @@ master_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4044,7 +4044,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.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4058,7 +4058,7 @@ provisioning_timeout: MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4070,7 +4070,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4082,7 +4082,7 @@ release_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4094,7 +4094,7 @@ repo_upgrade_on_boot: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4106,7 +4106,7 @@ retries: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4120,7 +4120,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.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4132,7 +4132,7 @@ security_config: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4144,7 +4144,7 @@ service_access_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4156,7 +4156,7 @@ service_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4170,7 +4170,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.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4184,7 +4184,7 @@ tags: typing.Union[IResolvable, typing.List[MrscalerAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4196,7 +4196,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.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4210,7 +4210,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4222,7 +4222,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.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4234,7 +4234,7 @@ task_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4246,7 +4246,7 @@ task_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4258,7 +4258,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.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4270,7 +4270,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.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4284,7 +4284,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4298,7 +4298,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.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4310,7 +4310,7 @@ task_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4324,7 +4324,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.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4336,7 +4336,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.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4348,7 +4348,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.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4369,8 +4369,8 @@ mrscalerAws.MrscalerAwsConfigurationsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4382,7 +4382,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4394,7 +4394,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4417,10 +4417,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4432,7 +4432,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.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4444,7 +4444,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4456,7 +4456,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4468,7 +4468,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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4505,24 +4505,24 @@ mrscalerAws.MrscalerAwsCoreScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4534,7 +4534,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4546,7 +4546,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4558,7 +4558,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4570,7 +4570,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4582,7 +4582,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4594,7 +4594,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4606,7 +4606,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4618,7 +4618,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4630,7 +4630,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4642,7 +4642,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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4654,7 +4654,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4666,7 +4666,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4678,7 +4678,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4690,7 +4690,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4702,7 +4702,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4714,7 +4714,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4726,7 +4726,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4738,7 +4738,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4775,24 +4775,24 @@ mrscalerAws.MrscalerAwsCoreScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4804,7 +4804,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4816,7 +4816,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4828,7 +4828,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4840,7 +4840,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4852,7 +4852,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4864,7 +4864,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4876,7 +4876,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4888,7 +4888,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4900,7 +4900,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4912,7 +4912,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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4924,7 +4924,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4936,7 +4936,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4948,7 +4948,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4960,7 +4960,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4972,7 +4972,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4984,7 +4984,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4996,7 +4996,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5008,7 +5008,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5029,8 +5029,8 @@ mrscalerAws.MrscalerAwsInstanceWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5042,7 +5042,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5054,7 +5054,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.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5077,10 +5077,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5092,7 +5092,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.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5104,7 +5104,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5116,7 +5116,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5128,7 +5128,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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5149,8 +5149,8 @@ mrscalerAws.MrscalerAwsProvisioningTimeout( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5162,7 +5162,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5174,7 +5174,7 @@ timeout_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5200,13 +5200,13 @@ mrscalerAws.MrscalerAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5218,7 +5218,7 @@ cron: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5230,7 +5230,7 @@ instance_group_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5242,7 +5242,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5254,7 +5254,7 @@ desired_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5266,7 +5266,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.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5278,7 +5278,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5290,7 +5290,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5311,8 +5311,8 @@ mrscalerAws.MrscalerAwsStepsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5324,7 +5324,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5336,7 +5336,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5357,8 +5357,8 @@ mrscalerAws.MrscalerAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5370,7 +5370,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5382,7 +5382,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5405,10 +5405,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5420,7 +5420,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.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5432,7 +5432,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5444,7 +5444,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5456,7 +5456,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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5493,24 +5493,24 @@ mrscalerAws.MrscalerAwsTaskScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5522,7 +5522,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5534,7 +5534,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5546,7 +5546,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5558,7 +5558,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5570,7 +5570,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5582,7 +5582,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5594,7 +5594,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5606,7 +5606,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5618,7 +5618,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5630,7 +5630,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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5642,7 +5642,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5654,7 +5654,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5666,7 +5666,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5678,7 +5678,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5690,7 +5690,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5702,7 +5702,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5714,7 +5714,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5726,7 +5726,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5763,24 +5763,24 @@ mrscalerAws.MrscalerAwsTaskScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5792,7 +5792,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5804,7 +5804,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5816,7 +5816,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5828,7 +5828,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5840,7 +5840,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5852,7 +5852,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5864,7 +5864,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5876,7 +5876,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5888,7 +5888,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5900,7 +5900,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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5912,7 +5912,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5924,7 +5924,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5936,7 +5936,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5948,7 +5948,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5960,7 +5960,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5972,7 +5972,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5984,7 +5984,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5996,7 +5996,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6030,7 +6030,7 @@ statements: typing.Union[IResolvable, typing.List[MrscalerAwsTerminationPolicies statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6057,14 +6057,14 @@ mrscalerAws.MrscalerAwsTerminationPoliciesStatements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6076,7 +6076,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6088,7 +6088,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6100,7 +6100,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6112,7 +6112,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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6124,7 +6124,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6136,7 +6136,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6148,7 +6148,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6160,7 +6160,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.typescript.md b/docs/mrscalerAws.typescript.md index d1a4c4200..53966e0c8 100644 --- a/docs/mrscalerAws.typescript.md +++ b/docs/mrscalerAws.typescript.md @@ -1,6 +1,6 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). # `mrscalerAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://reg ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -2498,9 +2498,9 @@ const mrscalerAwsApplications: mrscalerAws.MrscalerAwsApplications = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2512,7 +2512,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2524,7 +2524,7 @@ public readonly args: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2536,7 +2536,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2554,8 +2554,8 @@ const mrscalerAwsBootstrapActionsFile: mrscalerAws.MrscalerAwsBootstrapActionsFi | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2567,7 +2567,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2579,7 +2579,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2604,67 +2604,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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2746,7 +2746,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2758,7 +2758,7 @@ public readonly strategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2770,7 +2770,7 @@ public readonly additionalInfo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -2782,7 +2782,7 @@ public readonly additionalPrimarySecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -2794,7 +2794,7 @@ public readonly additionalReplicaSecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -2808,7 +2808,7 @@ public readonly applications: IResolvable | MrscalerAwsApplications[]; applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -2820,7 +2820,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -2834,7 +2834,7 @@ public readonly bootstrapActionsFile: IResolvable | MrscalerAwsBootstrapActionsF bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -2846,7 +2846,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -2860,7 +2860,7 @@ public readonly configurationsFile: IResolvable | MrscalerAwsConfigurationsFile[ configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -2872,7 +2872,7 @@ public readonly coreDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -2886,7 +2886,7 @@ public readonly coreEbsBlockDevice: IResolvable | MrscalerAwsCoreEbsBlockDevice[ core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -2898,7 +2898,7 @@ public readonly coreEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -2910,7 +2910,7 @@ public readonly coreInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -2922,7 +2922,7 @@ public readonly coreLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -2934,7 +2934,7 @@ public readonly coreMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -2946,7 +2946,7 @@ public readonly coreMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -2960,7 +2960,7 @@ public readonly coreScalingDownPolicy: IResolvable | MrscalerAwsCoreScalingDownP core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -2974,7 +2974,7 @@ public readonly coreScalingUpPolicy: IResolvable | MrscalerAwsCoreScalingUpPolic core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -2986,7 +2986,7 @@ public readonly coreUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -2998,7 +2998,7 @@ public readonly customAmiId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3010,7 +3010,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3022,7 +3022,7 @@ public readonly ebsRootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3034,7 +3034,7 @@ public readonly ec2KeyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3046,7 +3046,7 @@ public readonly exposeClusterId: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3058,7 +3058,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3075,7 +3075,7 @@ public readonly instanceWeights: IResolvable | MrscalerAwsInstanceWeights[]; instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3087,7 +3087,7 @@ public readonly jobFlowRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3099,7 +3099,7 @@ public readonly keepJobFlowAlive: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3111,7 +3111,7 @@ public readonly logUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3123,7 +3123,7 @@ public readonly managedPrimarySecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3135,7 +3135,7 @@ public readonly managedReplicaSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3149,7 +3149,7 @@ public readonly masterEbsBlockDevice: IResolvable | MrscalerAwsMasterEbsBlockDev master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3161,7 +3161,7 @@ public readonly masterEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3173,7 +3173,7 @@ public readonly masterInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3185,7 +3185,7 @@ public readonly masterLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3197,7 +3197,7 @@ public readonly masterTarget: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3211,7 +3211,7 @@ public readonly provisioningTimeout: MrscalerAwsProvisioningTimeout; provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3223,7 +3223,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3235,7 +3235,7 @@ public readonly releaseLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3247,7 +3247,7 @@ public readonly repoUpgradeOnBoot: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3259,7 +3259,7 @@ public readonly retries: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3273,7 +3273,7 @@ public readonly scheduledTask: IResolvable | MrscalerAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3285,7 +3285,7 @@ public readonly securityConfig: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3297,7 +3297,7 @@ public readonly serviceAccessSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3309,7 +3309,7 @@ public readonly serviceRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3323,7 +3323,7 @@ public readonly stepsFile: IResolvable | MrscalerAwsStepsFile[]; steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3337,7 +3337,7 @@ public readonly tags: IResolvable | MrscalerAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3349,7 +3349,7 @@ public readonly taskDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3363,7 +3363,7 @@ public readonly taskEbsBlockDevice: IResolvable | MrscalerAwsTaskEbsBlockDevice[ task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3375,7 +3375,7 @@ public readonly taskEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3387,7 +3387,7 @@ public readonly taskInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3399,7 +3399,7 @@ public readonly taskLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3411,7 +3411,7 @@ public readonly taskMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3423,7 +3423,7 @@ public readonly taskMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3437,7 +3437,7 @@ public readonly taskScalingDownPolicy: IResolvable | MrscalerAwsTaskScalingDownP task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3451,7 +3451,7 @@ public readonly taskScalingUpPolicy: IResolvable | MrscalerAwsTaskScalingUpPolic task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3463,7 +3463,7 @@ public readonly taskUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3477,7 +3477,7 @@ public readonly terminationPolicies: IResolvable | MrscalerAwsTerminationPolicie termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3489,7 +3489,7 @@ public readonly terminationProtected: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3501,7 +3501,7 @@ public readonly visibleToAllUsers: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3519,8 +3519,8 @@ const mrscalerAwsConfigurationsFile: mrscalerAws.MrscalerAwsConfigurationsFile = | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3532,7 +3532,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3544,7 +3544,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3562,10 +3562,10 @@ const mrscalerAwsCoreEbsBlockDevice: mrscalerAws.MrscalerAwsCoreEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3577,7 +3577,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3589,7 +3589,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3601,7 +3601,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3613,7 +3613,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3631,24 +3631,24 @@ const mrscalerAwsCoreScalingDownPolicy: mrscalerAws.MrscalerAwsCoreScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3660,7 +3660,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3672,7 +3672,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3684,7 +3684,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3696,7 +3696,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3708,7 +3708,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3720,7 +3720,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3732,7 +3732,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3744,7 +3744,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -3756,7 +3756,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -3768,7 +3768,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -3780,7 +3780,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -3792,7 +3792,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -3804,7 +3804,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -3816,7 +3816,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -3828,7 +3828,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -3840,7 +3840,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -3852,7 +3852,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -3864,7 +3864,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -3882,24 +3882,24 @@ const mrscalerAwsCoreScalingUpPolicy: mrscalerAws.MrscalerAwsCoreScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3911,7 +3911,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3923,7 +3923,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3935,7 +3935,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3947,7 +3947,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3959,7 +3959,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3971,7 +3971,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3983,7 +3983,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3995,7 +3995,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4007,7 +4007,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4019,7 +4019,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4031,7 +4031,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4043,7 +4043,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4055,7 +4055,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4067,7 +4067,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4079,7 +4079,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4091,7 +4091,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4103,7 +4103,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4115,7 +4115,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4133,8 +4133,8 @@ const mrscalerAwsInstanceWeights: mrscalerAws.MrscalerAwsInstanceWeights = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4146,7 +4146,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4158,7 +4158,7 @@ public readonly weightedCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4176,10 +4176,10 @@ const mrscalerAwsMasterEbsBlockDevice: mrscalerAws.MrscalerAwsMasterEbsBlockDevi | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4191,7 +4191,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4203,7 +4203,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4215,7 +4215,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4227,7 +4227,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4245,8 +4245,8 @@ const mrscalerAwsProvisioningTimeout: mrscalerAws.MrscalerAwsProvisioningTimeout | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4258,7 +4258,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4270,7 +4270,7 @@ public readonly timeoutAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4288,13 +4288,13 @@ const mrscalerAwsScheduledTask: mrscalerAws.MrscalerAwsScheduledTask = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4306,7 +4306,7 @@ public readonly cron: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4318,7 +4318,7 @@ public readonly instanceGroupType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4330,7 +4330,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4342,7 +4342,7 @@ public readonly desiredCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4354,7 +4354,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4366,7 +4366,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4378,7 +4378,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4396,8 +4396,8 @@ const mrscalerAwsStepsFile: mrscalerAws.MrscalerAwsStepsFile = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4409,7 +4409,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4421,7 +4421,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4439,8 +4439,8 @@ const mrscalerAwsTags: mrscalerAws.MrscalerAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4452,7 +4452,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4464,7 +4464,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4482,10 +4482,10 @@ const mrscalerAwsTaskEbsBlockDevice: mrscalerAws.MrscalerAwsTaskEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4497,7 +4497,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4509,7 +4509,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4521,7 +4521,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4533,7 +4533,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4551,24 +4551,24 @@ const mrscalerAwsTaskScalingDownPolicy: mrscalerAws.MrscalerAwsTaskScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4580,7 +4580,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4592,7 +4592,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4604,7 +4604,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4616,7 +4616,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4628,7 +4628,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4640,7 +4640,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4652,7 +4652,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4664,7 +4664,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4676,7 +4676,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4688,7 +4688,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4700,7 +4700,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4712,7 +4712,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4724,7 +4724,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4736,7 +4736,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4748,7 +4748,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4760,7 +4760,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4772,7 +4772,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4784,7 +4784,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4802,24 +4802,24 @@ const mrscalerAwsTaskScalingUpPolicy: mrscalerAws.MrscalerAwsTaskScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4831,7 +4831,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4843,7 +4843,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4855,7 +4855,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4867,7 +4867,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4879,7 +4879,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4891,7 +4891,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4903,7 +4903,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4915,7 +4915,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4927,7 +4927,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4939,7 +4939,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4951,7 +4951,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4963,7 +4963,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4975,7 +4975,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4987,7 +4987,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4999,7 +4999,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5011,7 +5011,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5023,7 +5023,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5035,7 +5035,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5067,7 +5067,7 @@ public readonly statements: IResolvable | MrscalerAwsTerminationPoliciesStatemen statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5085,14 +5085,14 @@ const mrscalerAwsTerminationPoliciesStatements: mrscalerAws.MrscalerAwsTerminati | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5104,7 +5104,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5116,7 +5116,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5128,7 +5128,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5140,7 +5140,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5152,7 +5152,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5164,7 +5164,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5176,7 +5176,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5188,7 +5188,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/multaiBalancer.csharp.md b/docs/multaiBalancer.csharp.md index c7ce844d7..127df5495 100644 --- a/docs/multaiBalancer.csharp.md +++ b/docs/multaiBalancer.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). # `multaiBalancer` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https:// ### MultaiBalancer -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer}. #### Initializers @@ -738,11 +738,11 @@ new MultaiBalancerConfig { | 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | ConnectionTimeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| DnsCnameAliases | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| DnsCnameAliases | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | Tags | object | tags block. | --- @@ -825,7 +825,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -839,7 +839,7 @@ public MultaiBalancerConnectionTimeouts ConnectionTimeouts { get; set; } connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -851,7 +851,7 @@ public string[] DnsCnameAliases { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -863,7 +863,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -878,7 +878,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -892,7 +892,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -913,8 +913,8 @@ new MultaiBalancerConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Draining | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | -| Idle | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | +| Draining | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | +| Idle | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | --- @@ -926,7 +926,7 @@ public double Draining { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -938,7 +938,7 @@ public double Idle { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -959,8 +959,8 @@ new MultaiBalancerTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | --- @@ -972,7 +972,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. --- @@ -984,7 +984,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. --- diff --git a/docs/multaiBalancer.go.md b/docs/multaiBalancer.go.md index 596dd3697..9d9cecbe3 100644 --- a/docs/multaiBalancer.go.md +++ b/docs/multaiBalancer.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). # `multaiBalancer` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https:// ### MultaiBalancer -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.NewMultaiBalancer(scope Construct, id *string, config MultaiBalancerConfig) MultaiBalancer ``` @@ -331,7 +331,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.MultaiBalancer_IsConstruct(x interface{}) *bool ``` @@ -363,7 +363,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.MultaiBalancer_IsTerraformElement(x interface{}) *bool ``` @@ -377,7 +377,7 @@ multaibalancer.MultaiBalancer_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.MultaiBalancer_IsTerraformResource(x interface{}) *bool ``` @@ -708,7 +708,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" &multaibalancer.MultaiBalancerConfig { Connection: interface{}, @@ -719,7 +719,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Name: *string, - ConnectionTimeouts: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.multaiBalancer.MultaiBalancerConnectionTimeouts, + ConnectionTimeouts: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.multaiBalancer.MultaiBalancerConnectionTimeouts, DnsCnameAliases: *[]*string, Id: *string, Scheme: *string, @@ -738,11 +738,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" | 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | ConnectionTimeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| DnsCnameAliases | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| DnsCnameAliases | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | Tags | interface{} | tags block. | --- @@ -825,7 +825,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -839,7 +839,7 @@ ConnectionTimeouts MultaiBalancerConnectionTimeouts connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -851,7 +851,7 @@ DnsCnameAliases *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -863,7 +863,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -878,7 +878,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -892,7 +892,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -901,7 +901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" &multaibalancer.MultaiBalancerConnectionTimeouts { Draining: *f64, @@ -913,8 +913,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Draining | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | -| Idle | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | +| Draining | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | +| Idle | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | --- @@ -926,7 +926,7 @@ Draining *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -938,7 +938,7 @@ Idle *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -947,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" &multaibalancer.MultaiBalancerTags { Key: *string, @@ -959,8 +959,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | --- @@ -972,7 +972,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. --- @@ -984,7 +984,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. --- @@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.NewMultaiBalancerConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MultaiBalancerConnectionTimeoutsOutputReference ``` @@ -1302,7 +1302,7 @@ func InternalValue() MultaiBalancerConnectionTimeouts #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.NewMultaiBalancerTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MultaiBalancerTagsList ``` @@ -1445,7 +1445,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaibalancer" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaibalancer" multaibalancer.NewMultaiBalancerTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MultaiBalancerTagsOutputReference ``` diff --git a/docs/multaiBalancer.java.md b/docs/multaiBalancer.java.md index 4519346ff..eab1db223 100644 --- a/docs/multaiBalancer.java.md +++ b/docs/multaiBalancer.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). # `multaiBalancer` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https:// ### MultaiBalancer -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer}. #### Initializers @@ -48,11 +48,11 @@ MultaiBalancer.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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | connectionTimeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| dnsCnameAliases | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| dnsCnameAliases | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiBalancerTags> | tags block. | --- @@ -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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -139,7 +139,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.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -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.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -158,7 +158,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.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -168,7 +168,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.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -865,11 +865,11 @@ MultaiBalancerConfig.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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | connectionTimeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| dnsCnameAliases | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| dnsCnameAliases | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiBalancerTags> | tags block. | --- @@ -952,7 +952,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -966,7 +966,7 @@ public MultaiBalancerConnectionTimeouts getConnectionTimeouts(); connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -978,7 +978,7 @@ public java.util.List getDnsCnameAliases(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -990,7 +990,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1005,7 +1005,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -1019,7 +1019,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -1040,8 +1040,8 @@ MultaiBalancerConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | -| idle | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | +| draining | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | +| idle | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | --- @@ -1053,7 +1053,7 @@ public java.lang.Number getDraining(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -1065,7 +1065,7 @@ public java.lang.Number getIdle(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -1086,8 +1086,8 @@ MultaiBalancerTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | --- @@ -1099,7 +1099,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. --- @@ -1111,7 +1111,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. --- diff --git a/docs/multaiBalancer.python.md b/docs/multaiBalancer.python.md index 324f72477..7651cb6de 100644 --- a/docs/multaiBalancer.python.md +++ b/docs/multaiBalancer.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). # `multaiBalancer` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https:// ### MultaiBalancer -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer}. #### Initializers @@ -45,11 +45,11 @@ multaiBalancer.MultaiBalancer( | 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | connection_timeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| dns_cname_aliases | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| dns_cname_aliases | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiBalancerTags]] | tags block. | --- @@ -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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -136,7 +136,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.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -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.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,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.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -165,7 +165,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.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -421,7 +421,7 @@ def put_connection_timeouts( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -429,7 +429,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.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -903,11 +903,11 @@ multaiBalancer.MultaiBalancerConfig( | 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | connection_timeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| dns_cname_aliases | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| dns_cname_aliases | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiBalancerTags]] | tags block. | --- @@ -990,7 +990,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -1004,7 +1004,7 @@ connection_timeouts: MultaiBalancerConnectionTimeouts connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -1016,7 +1016,7 @@ dns_cname_aliases: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -1028,7 +1028,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -1057,7 +1057,7 @@ tags: typing.Union[IResolvable, typing.List[MultaiBalancerTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -1078,8 +1078,8 @@ multaiBalancer.MultaiBalancerConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | -| idle | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | +| draining | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | +| idle | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | --- @@ -1091,7 +1091,7 @@ draining: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -1103,7 +1103,7 @@ idle: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -1124,8 +1124,8 @@ multaiBalancer.MultaiBalancerTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | --- @@ -1137,7 +1137,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. --- @@ -1149,7 +1149,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. --- diff --git a/docs/multaiBalancer.typescript.md b/docs/multaiBalancer.typescript.md index b3bca92aa..cf9d76b6a 100644 --- a/docs/multaiBalancer.typescript.md +++ b/docs/multaiBalancer.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). # `multaiBalancer` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https:// ### MultaiBalancer -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer}. #### Initializers @@ -724,11 +724,11 @@ const multaiBalancerConfig: multaiBalancer.MultaiBalancerConfig = { ... } | 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. | | connectionTimeouts | MultaiBalancerConnectionTimeouts | connection_timeouts block. | -| dnsCnameAliases | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | -| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | +| dnsCnameAliases | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. | | tags | cdktf.IResolvable \| MultaiBalancerTags[] | tags block. | --- @@ -811,7 +811,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#name MultaiBalancer#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name}. --- @@ -825,7 +825,7 @@ public readonly connectionTimeouts: MultaiBalancerConnectionTimeouts; connection_timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} --- @@ -837,7 +837,7 @@ public readonly dnsCnameAliases: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases}. --- @@ -849,7 +849,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -864,7 +864,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme}. --- @@ -878,7 +878,7 @@ public readonly tags: IResolvable | MultaiBalancerTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} --- @@ -896,8 +896,8 @@ const multaiBalancerConnectionTimeouts: multaiBalancer.MultaiBalancerConnectionT | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | -| idle | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | +| draining | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. | +| idle | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. | --- @@ -909,7 +909,7 @@ public readonly draining: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining}. --- @@ -921,7 +921,7 @@ public readonly idle: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle}. --- @@ -939,8 +939,8 @@ const multaiBalancerTags: multaiBalancer.MultaiBalancerTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. | --- @@ -952,7 +952,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key}. --- @@ -964,7 +964,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value}. --- diff --git a/docs/multaiDeployment.csharp.md b/docs/multaiDeployment.csharp.md index 4bf270313..3f84c1b42 100644 --- a/docs/multaiDeployment.csharp.md +++ b/docs/multaiDeployment.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). # `multaiDeployment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https: ### MultaiDeployment -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment}. #### Initializers @@ -592,8 +592,8 @@ new MultaiDeploymentConfig { | 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -675,7 +675,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. --- @@ -687,7 +687,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/multaiDeployment.go.md b/docs/multaiDeployment.go.md index 76369706e..c8a9f417b 100644 --- a/docs/multaiDeployment.go.md +++ b/docs/multaiDeployment.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). # `multaiDeployment` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https: ### MultaiDeployment -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideployment" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaideployment" multaideployment.NewMultaiDeployment(scope Construct, id *string, config MultaiDeploymentConfig) MultaiDeployment ``` @@ -277,7 +277,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideployment" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaideployment" multaideployment.MultaiDeployment_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideployment" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaideployment" multaideployment.MultaiDeployment_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ multaideployment.MultaiDeployment_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideployment" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaideployment" multaideployment.MultaiDeployment_IsTerraformResource(x interface{}) *bool ``` @@ -566,7 +566,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideployment" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaideployment" &multaideployment.MultaiDeploymentConfig { Connection: interface{}, @@ -592,8 +592,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaideploymen | 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -675,7 +675,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. --- @@ -687,7 +687,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/multaiDeployment.java.md b/docs/multaiDeployment.java.md index 104d7cbd5..5fb0aec9b 100644 --- a/docs/multaiDeployment.java.md +++ b/docs/multaiDeployment.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). # `multaiDeployment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https: ### MultaiDeployment -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment}. #### Initializers @@ -43,8 +43,8 @@ MultaiDeployment.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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#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.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -673,8 +673,8 @@ MultaiDeploymentConfig.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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -756,7 +756,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. --- @@ -768,7 +768,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/multaiDeployment.python.md b/docs/multaiDeployment.python.md index 430535875..29631cea0 100644 --- a/docs/multaiDeployment.python.md +++ b/docs/multaiDeployment.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). # `multaiDeployment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https: ### MultaiDeployment -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment}. #### Initializers @@ -41,8 +41,8 @@ multaiDeployment.MultaiDeployment( | 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#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.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -698,8 +698,8 @@ multaiDeployment.MultaiDeploymentConfig( | 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -781,7 +781,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. --- @@ -793,7 +793,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/multaiDeployment.typescript.md b/docs/multaiDeployment.typescript.md index 489afad23..c0f285e5a 100644 --- a/docs/multaiDeployment.typescript.md +++ b/docs/multaiDeployment.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). # `multaiDeployment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https: ### MultaiDeployment -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment}. #### Initializers @@ -582,8 +582,8 @@ const multaiDeploymentConfig: multaiDeployment.MultaiDeploymentConfig = { ... } | 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. | --- @@ -665,7 +665,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#name MultaiDeployment#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name}. --- @@ -677,7 +677,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/multaiListener.csharp.md b/docs/multaiListener.csharp.md index daf4ec59a..4d6bede63 100644 --- a/docs/multaiListener.csharp.md +++ b/docs/multaiListener.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). # `multaiListener` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https:// ### MultaiListener -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener}. #### Initializers @@ -724,10 +724,10 @@ new MultaiListenerConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | Tags | object | tags block. | | TlsConfig | MultaiListenerTlsConfig | tls_config block. | @@ -811,7 +811,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -823,7 +823,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -835,7 +835,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -847,7 +847,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -864,7 +864,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -878,7 +878,7 @@ public MultaiListenerTlsConfig TlsConfig { get; set; } tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -899,8 +899,8 @@ new MultaiListenerTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. | --- @@ -912,7 +912,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. --- @@ -924,7 +924,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. --- @@ -949,12 +949,12 @@ new MultaiListenerTlsConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | -| CipherSuites | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | -| MaxVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | -| MinVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | -| PreferServerCipherSuites | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | -| SessionTicketsDisabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | +| CertificateIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | +| CipherSuites | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | +| MaxVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | +| MinVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | +| PreferServerCipherSuites | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | +| SessionTicketsDisabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | --- @@ -966,7 +966,7 @@ public string[] CertificateIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -978,7 +978,7 @@ public string[] CipherSuites { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -990,7 +990,7 @@ public string MaxVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -1002,7 +1002,7 @@ public string MinVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -1014,7 +1014,7 @@ public object PreferServerCipherSuites { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -1026,7 +1026,7 @@ public object SessionTicketsDisabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- diff --git a/docs/multaiListener.go.md b/docs/multaiListener.go.md index 0e7d569c5..797357bcd 100644 --- a/docs/multaiListener.go.md +++ b/docs/multaiListener.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). # `multaiListener` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https:// ### MultaiListener -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.NewMultaiListener(scope Construct, id *string, config MultaiListenerConfig) MultaiListener ``` @@ -317,7 +317,7 @@ func ResetTlsConfig() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.MultaiListener_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.MultaiListener_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ multailistener.MultaiListener_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.MultaiListener_IsTerraformResource(x interface{}) *bool ``` @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" &multailistener.MultaiListenerConfig { Connection: interface{}, @@ -709,7 +709,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" Protocol: *string, Id: *string, Tags: interface{}, - TlsConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.multaiListener.MultaiListenerTlsConfig, + TlsConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.multaiListener.MultaiListenerTlsConfig, } ``` @@ -724,10 +724,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" | 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.* | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | Tags | interface{} | tags block. | | TlsConfig | MultaiListenerTlsConfig | tls_config block. | @@ -811,7 +811,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -823,7 +823,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -835,7 +835,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -847,7 +847,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -864,7 +864,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -878,7 +878,7 @@ TlsConfig MultaiListenerTlsConfig tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -887,7 +887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" &multailistener.MultaiListenerTags { Key: *string, @@ -899,8 +899,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. | --- @@ -912,7 +912,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. --- @@ -924,7 +924,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. --- @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" &multailistener.MultaiListenerTlsConfig { CertificateIds: *[]*string, @@ -949,12 +949,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | -| CipherSuites | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | -| MaxVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | -| MinVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | -| PreferServerCipherSuites | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | -| SessionTicketsDisabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | +| CertificateIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | +| CipherSuites | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | +| MaxVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | +| MinVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | +| PreferServerCipherSuites | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | +| SessionTicketsDisabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | --- @@ -966,7 +966,7 @@ CertificateIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -978,7 +978,7 @@ CipherSuites *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -990,7 +990,7 @@ MaxVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -1002,7 +1002,7 @@ MinVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -1014,7 +1014,7 @@ PreferServerCipherSuites interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -1026,7 +1026,7 @@ SessionTicketsDisabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- @@ -1037,7 +1037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.NewMultaiListenerTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MultaiListenerTagsList ``` @@ -1180,7 +1180,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.NewMultaiListenerTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MultaiListenerTagsOutputReference ``` @@ -1491,7 +1491,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multailistener" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multailistener" multailistener.NewMultaiListenerTlsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MultaiListenerTlsConfigOutputReference ``` diff --git a/docs/multaiListener.java.md b/docs/multaiListener.java.md index d0baa1d29..5b365b833 100644 --- a/docs/multaiListener.java.md +++ b/docs/multaiListener.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). # `multaiListener` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https:// ### MultaiListener -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener}. #### Initializers @@ -48,10 +48,10 @@ MultaiListener.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.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiListenerTags> | tags block. | | tlsConfig | MultaiListenerTlsConfig | tls_config block. | @@ -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.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -129,7 +129,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.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -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.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -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.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -851,10 +851,10 @@ MultaiListenerConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiListenerTags> | tags block. | | tlsConfig | MultaiListenerTlsConfig | tls_config block. | @@ -938,7 +938,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -950,7 +950,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -962,7 +962,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -974,7 +974,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -1005,7 +1005,7 @@ public MultaiListenerTlsConfig getTlsConfig(); tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -1026,8 +1026,8 @@ MultaiListenerTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. | --- @@ -1039,7 +1039,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. --- @@ -1051,7 +1051,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. --- @@ -1078,12 +1078,12 @@ MultaiListenerTlsConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | -| cipherSuites | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | -| maxVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | -| minVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | -| preferServerCipherSuites | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | -| sessionTicketsDisabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | +| certificateIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | +| cipherSuites | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | +| maxVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | +| minVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | +| preferServerCipherSuites | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | +| sessionTicketsDisabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | --- @@ -1095,7 +1095,7 @@ public java.util.List getCertificateIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -1107,7 +1107,7 @@ public java.util.List getCipherSuites(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -1119,7 +1119,7 @@ public java.lang.String getMaxVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -1131,7 +1131,7 @@ public java.lang.String getMinVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -1143,7 +1143,7 @@ public java.lang.Object getPreferServerCipherSuites(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -1155,7 +1155,7 @@ public java.lang.Object getSessionTicketsDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- diff --git a/docs/multaiListener.python.md b/docs/multaiListener.python.md index 72aad4dd4..1b9f2578b 100644 --- a/docs/multaiListener.python.md +++ b/docs/multaiListener.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). # `multaiListener` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https:// ### MultaiListener -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener}. #### Initializers @@ -45,10 +45,10 @@ multaiListener.MultaiListener( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiListenerTags]] | tags block. | | tls_config | MultaiListenerTlsConfig | tls_config block. | @@ -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.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -126,7 +126,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.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -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.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -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.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -437,7 +437,7 @@ def put_tls_config( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -445,7 +445,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.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -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.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -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.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -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.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -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.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- @@ -925,10 +925,10 @@ multaiListener.MultaiListenerConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiListenerTags]] | tags block. | | tls_config | MultaiListenerTlsConfig | tls_config block. | @@ -1012,7 +1012,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -1024,7 +1024,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -1036,7 +1036,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -1048,7 +1048,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1065,7 +1065,7 @@ tags: typing.Union[IResolvable, typing.List[MultaiListenerTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -1079,7 +1079,7 @@ tls_config: MultaiListenerTlsConfig tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -1100,8 +1100,8 @@ multaiListener.MultaiListenerTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. | --- @@ -1113,7 +1113,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. --- @@ -1125,7 +1125,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. --- @@ -1150,12 +1150,12 @@ multaiListener.MultaiListenerTlsConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificate_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | -| cipher_suites | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | -| max_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | -| min_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | -| prefer_server_cipher_suites | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | -| session_tickets_disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | +| certificate_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | +| cipher_suites | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | +| max_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | +| min_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | +| prefer_server_cipher_suites | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | +| session_tickets_disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | --- @@ -1167,7 +1167,7 @@ certificate_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -1179,7 +1179,7 @@ cipher_suites: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -1191,7 +1191,7 @@ max_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -1203,7 +1203,7 @@ min_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -1215,7 +1215,7 @@ prefer_server_cipher_suites: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -1227,7 +1227,7 @@ session_tickets_disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- diff --git a/docs/multaiListener.typescript.md b/docs/multaiListener.typescript.md index 3783786d1..78c4db532 100644 --- a/docs/multaiListener.typescript.md +++ b/docs/multaiListener.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). # `multaiListener` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https:// ### MultaiListener -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener}. #### Initializers @@ -710,10 +710,10 @@ const multaiListenerConfig: multaiListener.MultaiListenerConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. | | tags | cdktf.IResolvable \| MultaiListenerTags[] | tags block. | | tlsConfig | MultaiListenerTlsConfig | tls_config block. | @@ -797,7 +797,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id}. --- @@ -809,7 +809,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#port MultaiListener#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port}. --- @@ -821,7 +821,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol}. --- @@ -833,7 +833,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -850,7 +850,7 @@ public readonly tags: IResolvable | MultaiListenerTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} --- @@ -864,7 +864,7 @@ public readonly tlsConfig: MultaiListenerTlsConfig; tls_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} --- @@ -882,8 +882,8 @@ const multaiListenerTags: multaiListener.MultaiListenerTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. | --- @@ -895,7 +895,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key}. --- @@ -907,7 +907,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value}. --- @@ -925,12 +925,12 @@ const multaiListenerTlsConfig: multaiListener.MultaiListenerTlsConfig = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | -| cipherSuites | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | -| maxVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | -| minVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | -| preferServerCipherSuites | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | -| sessionTicketsDisabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | +| certificateIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. | +| cipherSuites | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. | +| maxVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. | +| minVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. | +| preferServerCipherSuites | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. | +| sessionTicketsDisabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. | --- @@ -942,7 +942,7 @@ public readonly certificateIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids}. --- @@ -954,7 +954,7 @@ public readonly cipherSuites: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites}. --- @@ -966,7 +966,7 @@ public readonly maxVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version}. --- @@ -978,7 +978,7 @@ public readonly minVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version}. --- @@ -990,7 +990,7 @@ public readonly preferServerCipherSuites: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites}. --- @@ -1002,7 +1002,7 @@ public readonly sessionTicketsDisabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled}. --- diff --git a/docs/multaiRoutingRule.csharp.md b/docs/multaiRoutingRule.csharp.md index 9627bf64a..548fc36c0 100644 --- a/docs/multaiRoutingRule.csharp.md +++ b/docs/multaiRoutingRule.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). # `multaiRoutingRule` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](http ### MultaiRoutingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. #### Initializers @@ -794,14 +794,14 @@ new MultaiRoutingRuleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| ListenerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| Route | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| TargetSetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| MiddlewareIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| Priority | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| ListenerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| Route | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| TargetSetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| MiddlewareIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| Priority | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | Tags | object | tags block. | --- @@ -884,7 +884,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -896,7 +896,7 @@ public string ListenerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -908,7 +908,7 @@ public string Route { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -920,7 +920,7 @@ public string[] TargetSetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -932,7 +932,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ public string[] MiddlewareIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -959,7 +959,7 @@ public double Priority { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -971,7 +971,7 @@ public string Strategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -985,7 +985,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -1006,8 +1006,8 @@ new MultaiRoutingRuleTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | --- @@ -1019,7 +1019,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. --- @@ -1031,7 +1031,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. --- diff --git a/docs/multaiRoutingRule.go.md b/docs/multaiRoutingRule.go.md index cc89d7449..942d186dc 100644 --- a/docs/multaiRoutingRule.go.md +++ b/docs/multaiRoutingRule.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). # `multaiRoutingRule` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](http ### MultaiRoutingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.NewMultaiRoutingRule(scope Construct, id *string, config MultaiRoutingRuleConfig) MultaiRoutingRule ``` @@ -318,7 +318,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.MultaiRoutingRule_IsConstruct(x interface{}) *bool ``` @@ -350,7 +350,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.MultaiRoutingRule_IsTerraformElement(x interface{}) *bool ``` @@ -364,7 +364,7 @@ multairoutingrule.MultaiRoutingRule_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.MultaiRoutingRule_IsTerraformResource(x interface{}) *bool ``` @@ -761,7 +761,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" &multairoutingrule.MultaiRoutingRuleConfig { Connection: interface{}, @@ -794,14 +794,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingru | 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.* | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| ListenerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| Route | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| TargetSetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| MiddlewareIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| Priority | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| ListenerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| Route | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| TargetSetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| MiddlewareIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| Priority | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | Tags | interface{} | tags block. | --- @@ -884,7 +884,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -896,7 +896,7 @@ ListenerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -908,7 +908,7 @@ Route *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -920,7 +920,7 @@ TargetSetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -932,7 +932,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ MiddlewareIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -959,7 +959,7 @@ Priority *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -971,7 +971,7 @@ Strategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -985,7 +985,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -994,7 +994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" &multairoutingrule.MultaiRoutingRuleTags { Key: *string, @@ -1006,8 +1006,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingru | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | --- @@ -1019,7 +1019,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. --- @@ -1031,7 +1031,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. --- @@ -1042,7 +1042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.NewMultaiRoutingRuleTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MultaiRoutingRuleTagsList ``` @@ -1185,7 +1185,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multairoutingrule" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multairoutingrule" multairoutingrule.NewMultaiRoutingRuleTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MultaiRoutingRuleTagsOutputReference ``` diff --git a/docs/multaiRoutingRule.java.md b/docs/multaiRoutingRule.java.md index 2230bea43..a7e38e475 100644 --- a/docs/multaiRoutingRule.java.md +++ b/docs/multaiRoutingRule.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). # `multaiRoutingRule` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](http ### MultaiRoutingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. #### Initializers @@ -51,14 +51,14 @@ MultaiRoutingRule.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.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| listenerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| route | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| targetSetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| middlewareIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| priority | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| listenerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| route | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| targetSetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| middlewareIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| priority | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiRoutingRuleTags> | tags block. | --- @@ -127,7 +127,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.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -135,7 +135,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.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -143,7 +143,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.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -151,7 +151,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.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -159,7 +159,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.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -170,7 +170,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.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -178,7 +178,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.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -186,7 +186,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.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -196,7 +196,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.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -949,14 +949,14 @@ MultaiRoutingRuleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| listenerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| route | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| targetSetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| middlewareIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| priority | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| listenerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| route | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| targetSetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| middlewareIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| priority | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiRoutingRuleTags> | tags block. | --- @@ -1039,7 +1039,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -1051,7 +1051,7 @@ public java.lang.String getListenerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -1063,7 +1063,7 @@ public java.lang.String getRoute(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -1075,7 +1075,7 @@ public java.util.List getTargetSetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -1087,7 +1087,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1102,7 +1102,7 @@ public java.util.List getMiddlewareIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -1114,7 +1114,7 @@ public java.lang.Number getPriority(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -1126,7 +1126,7 @@ public java.lang.String getStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -1140,7 +1140,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -1161,8 +1161,8 @@ MultaiRoutingRuleTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | --- @@ -1174,7 +1174,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. --- @@ -1186,7 +1186,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. --- diff --git a/docs/multaiRoutingRule.python.md b/docs/multaiRoutingRule.python.md index 83e3bd650..80bffee1e 100644 --- a/docs/multaiRoutingRule.python.md +++ b/docs/multaiRoutingRule.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). # `multaiRoutingRule` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](http ### MultaiRoutingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. #### Initializers @@ -48,14 +48,14 @@ multaiRoutingRule.MultaiRoutingRule( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| listener_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| route | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| target_set_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| middleware_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| priority | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| listener_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| route | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| target_set_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| middleware_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| priority | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiRoutingRuleTags]] | tags block. | --- @@ -124,7 +124,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.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -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.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -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.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -148,7 +148,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.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -175,7 +175,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.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -193,7 +193,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.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -974,14 +974,14 @@ multaiRoutingRule.MultaiRoutingRuleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| listener_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| route | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| target_set_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| middleware_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| priority | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| listener_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| route | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| target_set_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| middleware_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| priority | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiRoutingRuleTags]] | tags block. | --- @@ -1064,7 +1064,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -1076,7 +1076,7 @@ listener_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -1088,7 +1088,7 @@ route: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -1100,7 +1100,7 @@ target_set_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -1112,7 +1112,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ middleware_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -1139,7 +1139,7 @@ priority: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -1151,7 +1151,7 @@ strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -1165,7 +1165,7 @@ tags: typing.Union[IResolvable, typing.List[MultaiRoutingRuleTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -1186,8 +1186,8 @@ multaiRoutingRule.MultaiRoutingRuleTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | --- @@ -1199,7 +1199,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. --- @@ -1211,7 +1211,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. --- diff --git a/docs/multaiRoutingRule.typescript.md b/docs/multaiRoutingRule.typescript.md index 1a5013466..cea488dac 100644 --- a/docs/multaiRoutingRule.typescript.md +++ b/docs/multaiRoutingRule.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). # `multaiRoutingRule` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](http ### MultaiRoutingRule -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule}. #### Initializers @@ -777,14 +777,14 @@ const multaiRoutingRuleConfig: multaiRoutingRule.MultaiRoutingRuleConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | -| listenerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | -| route | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | -| targetSetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | -| middlewareIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | -| priority | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | -| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. | +| listenerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. | +| route | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. | +| targetSetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. | +| middlewareIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. | +| priority | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. | +| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. | | tags | cdktf.IResolvable \| MultaiRoutingRuleTags[] | tags block. | --- @@ -867,7 +867,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id}. --- @@ -879,7 +879,7 @@ public readonly listenerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id}. --- @@ -891,7 +891,7 @@ public readonly route: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route}. --- @@ -903,7 +903,7 @@ public readonly targetSetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids}. --- @@ -915,7 +915,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -930,7 +930,7 @@ public readonly middlewareIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids}. --- @@ -942,7 +942,7 @@ public readonly priority: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority}. --- @@ -954,7 +954,7 @@ public readonly strategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy}. --- @@ -968,7 +968,7 @@ public readonly tags: IResolvable | MultaiRoutingRuleTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} --- @@ -986,8 +986,8 @@ const multaiRoutingRuleTags: multaiRoutingRule.MultaiRoutingRuleTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. | --- @@ -999,7 +999,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key}. --- @@ -1011,7 +1011,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value}. --- diff --git a/docs/multaiTarget.csharp.md b/docs/multaiTarget.csharp.md index 2756084b7..db9fd5cf4 100644 --- a/docs/multaiTarget.csharp.md +++ b/docs/multaiTarget.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). # `multaiTarget` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://re ### MultaiTarget -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target}. #### Initializers @@ -764,13 +764,13 @@ new MultaiTargetConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| Host | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| Host | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | Tags | object | tags block. | --- @@ -853,7 +853,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -865,7 +865,7 @@ public string Host { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -877,7 +877,7 @@ public string TargetSetId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -889,7 +889,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -901,7 +901,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -916,7 +916,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -928,7 +928,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -942,7 +942,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -963,8 +963,8 @@ new MultaiTargetTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. | --- @@ -976,7 +976,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. --- @@ -988,7 +988,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. --- diff --git a/docs/multaiTarget.go.md b/docs/multaiTarget.go.md index f8e6bac56..c1b68ad34 100644 --- a/docs/multaiTarget.go.md +++ b/docs/multaiTarget.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). # `multaiTarget` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://re ### MultaiTarget -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.NewMultaiTarget(scope Construct, id *string, config MultaiTargetConfig) MultaiTarget ``` @@ -311,7 +311,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.MultaiTarget_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.MultaiTarget_IsTerraformElement(x interface{}) *bool ``` @@ -357,7 +357,7 @@ multaitarget.MultaiTarget_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.MultaiTarget_IsTerraformResource(x interface{}) *bool ``` @@ -732,7 +732,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" &multaitarget.MultaiTargetConfig { Connection: interface{}, @@ -764,13 +764,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" | 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.* | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| Host | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| Host | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | Tags | interface{} | tags block. | --- @@ -853,7 +853,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -865,7 +865,7 @@ Host *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -877,7 +877,7 @@ TargetSetId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -889,7 +889,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -901,7 +901,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -916,7 +916,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -928,7 +928,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -942,7 +942,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -951,7 +951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" &multaitarget.MultaiTargetTags { Key: *string, @@ -963,8 +963,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. | --- @@ -976,7 +976,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. --- @@ -988,7 +988,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. --- @@ -999,7 +999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.NewMultaiTargetTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MultaiTargetTagsList ``` @@ -1142,7 +1142,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitarget" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitarget" multaitarget.NewMultaiTargetTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MultaiTargetTagsOutputReference ``` diff --git a/docs/multaiTarget.java.md b/docs/multaiTarget.java.md index 62f9aa98c..636347b56 100644 --- a/docs/multaiTarget.java.md +++ b/docs/multaiTarget.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). # `multaiTarget` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://re ### MultaiTarget -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target}. #### Initializers @@ -50,13 +50,13 @@ MultaiTarget.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.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| host | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| host | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiTargetTags> | tags block. | --- @@ -125,7 +125,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.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -133,7 +133,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.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -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.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -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.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -157,7 +157,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.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -168,7 +168,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.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -176,7 +176,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.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -186,7 +186,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.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -909,13 +909,13 @@ MultaiTargetConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| host | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| host | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| targetSetId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiTargetTags> | tags block. | --- @@ -998,7 +998,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -1010,7 +1010,7 @@ public java.lang.String getHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -1022,7 +1022,7 @@ public java.lang.String getTargetSetId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -1034,7 +1034,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -1046,7 +1046,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -1073,7 +1073,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -1087,7 +1087,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -1108,8 +1108,8 @@ MultaiTargetTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. | --- @@ -1121,7 +1121,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. --- @@ -1133,7 +1133,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. --- diff --git a/docs/multaiTarget.python.md b/docs/multaiTarget.python.md index db11d093f..3e8643fba 100644 --- a/docs/multaiTarget.python.md +++ b/docs/multaiTarget.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). # `multaiTarget` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://re ### MultaiTarget -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target}. #### Initializers @@ -47,13 +47,13 @@ multaiTarget.MultaiTarget( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiTargetTags]] | tags block. | --- @@ -122,7 +122,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.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -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.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -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.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -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.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -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.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,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.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -173,7 +173,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.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -183,7 +183,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.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -934,13 +934,13 @@ multaiTarget.MultaiTargetConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| target_set_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiTargetTags]] | tags block. | --- @@ -1023,7 +1023,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -1035,7 +1035,7 @@ host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -1047,7 +1047,7 @@ target_set_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -1059,7 +1059,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -1071,7 +1071,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1086,7 +1086,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -1098,7 +1098,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -1112,7 +1112,7 @@ tags: typing.Union[IResolvable, typing.List[MultaiTargetTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -1133,8 +1133,8 @@ multaiTarget.MultaiTargetTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. | --- @@ -1146,7 +1146,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. --- @@ -1158,7 +1158,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. --- diff --git a/docs/multaiTarget.typescript.md b/docs/multaiTarget.typescript.md index 8e561ee2d..c6c919df1 100644 --- a/docs/multaiTarget.typescript.md +++ b/docs/multaiTarget.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). # `multaiTarget` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://re ### MultaiTarget -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target}. #### Initializers @@ -748,13 +748,13 @@ const multaiTargetConfig: multaiTarget.MultaiTargetConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | -| host | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | -| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. | +| host | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. | +| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. | +| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. | | tags | cdktf.IResolvable \| MultaiTargetTags[] | tags block. | --- @@ -837,7 +837,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id}. --- @@ -849,7 +849,7 @@ public readonly host: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host}. --- @@ -861,7 +861,7 @@ public readonly targetSetId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id}. --- @@ -873,7 +873,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight}. --- @@ -885,7 +885,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#name MultaiTarget#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name}. --- @@ -912,7 +912,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port}. --- @@ -926,7 +926,7 @@ public readonly tags: IResolvable | MultaiTargetTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} --- @@ -944,8 +944,8 @@ const multaiTargetTags: multaiTarget.MultaiTargetTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. | --- @@ -957,7 +957,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key}. --- @@ -969,7 +969,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value}. --- diff --git a/docs/multaiTargetSet.csharp.md b/docs/multaiTargetSet.csharp.md index 35c49c0db..bb546dcbb 100644 --- a/docs/multaiTargetSet.csharp.md +++ b/docs/multaiTargetSet.csharp.md @@ -1,6 +1,6 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). # `multaiTargetSet` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https: ### MultaiTargetSet -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set}. #### Initializers @@ -800,14 +800,14 @@ new MultaiTargetSetConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | HealthCheck | MultaiTargetSetHealthCheck | health_check block. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | Tags | object | tags block. | --- @@ -890,7 +890,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -902,7 +902,7 @@ public string DeploymentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -916,7 +916,7 @@ public MultaiTargetSetHealthCheck HealthCheck { get; set; } health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -928,7 +928,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -940,7 +940,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -952,7 +952,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -979,7 +979,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -993,7 +993,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -1019,13 +1019,13 @@ new MultaiTargetSetHealthCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthyThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | -| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | -| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | -| UnhealthyThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| HealthyThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | +| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | +| Path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | +| UnhealthyThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | --- @@ -1037,7 +1037,7 @@ public double HealthyThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -1049,7 +1049,7 @@ public double Interval { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -1061,7 +1061,7 @@ public string Path { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -1073,7 +1073,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1085,7 +1085,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -1097,7 +1097,7 @@ public double UnhealthyThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -1109,7 +1109,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1130,8 +1130,8 @@ new MultaiTargetSetTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | --- @@ -1143,7 +1143,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. --- @@ -1155,7 +1155,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. --- diff --git a/docs/multaiTargetSet.go.md b/docs/multaiTargetSet.go.md index fa1861d8b..ced3de370 100644 --- a/docs/multaiTargetSet.go.md +++ b/docs/multaiTargetSet.go.md @@ -1,6 +1,6 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). # `multaiTargetSet` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https: ### MultaiTargetSet -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.NewMultaiTargetSet(scope Construct, id *string, config MultaiTargetSetConfig) MultaiTargetSet ``` @@ -324,7 +324,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.MultaiTargetSet_IsConstruct(x interface{}) *bool ``` @@ -356,7 +356,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.MultaiTargetSet_IsTerraformElement(x interface{}) *bool ``` @@ -370,7 +370,7 @@ multaitargetset.MultaiTargetSet_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.MultaiTargetSet_IsTerraformResource(x interface{}) *bool ``` @@ -767,7 +767,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" &multaitargetset.MultaiTargetSetConfig { Connection: interface{}, @@ -779,7 +779,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset Provisioners: *[]interface{}, BalancerId: *string, DeploymentId: *string, - HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.multaiTargetSet.MultaiTargetSetHealthCheck, + HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.multaiTargetSet.MultaiTargetSetHealthCheck, Protocol: *string, Weight: *f64, Id: *string, @@ -800,14 +800,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset | 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.* | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | HealthCheck | MultaiTargetSetHealthCheck | health_check block. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | Tags | interface{} | tags block. | --- @@ -890,7 +890,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -902,7 +902,7 @@ DeploymentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -916,7 +916,7 @@ HealthCheck MultaiTargetSetHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -928,7 +928,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -940,7 +940,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -952,7 +952,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -979,7 +979,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -993,7 +993,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" &multaitargetset.MultaiTargetSetHealthCheck { HealthyThreshold: *f64, @@ -1019,13 +1019,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthyThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | -| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | -| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | -| UnhealthyThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| HealthyThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | +| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | +| Path | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | +| UnhealthyThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | --- @@ -1037,7 +1037,7 @@ HealthyThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -1049,7 +1049,7 @@ Interval *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -1061,7 +1061,7 @@ Path *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -1073,7 +1073,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1085,7 +1085,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -1097,7 +1097,7 @@ UnhealthyThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -1109,7 +1109,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1118,7 +1118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" &multaitargetset.MultaiTargetSetTags { Key: *string, @@ -1130,8 +1130,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | --- @@ -1143,7 +1143,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. --- @@ -1155,7 +1155,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. --- @@ -1166,7 +1166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.NewMultaiTargetSetHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MultaiTargetSetHealthCheckOutputReference ``` @@ -1576,7 +1576,7 @@ func InternalValue() MultaiTargetSetHealthCheck #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.NewMultaiTargetSetTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MultaiTargetSetTagsList ``` @@ -1719,7 +1719,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/multaitargetset" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/multaitargetset" multaitargetset.NewMultaiTargetSetTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MultaiTargetSetTagsOutputReference ``` diff --git a/docs/multaiTargetSet.java.md b/docs/multaiTargetSet.java.md index c991dc054..d5cbf7b4c 100644 --- a/docs/multaiTargetSet.java.md +++ b/docs/multaiTargetSet.java.md @@ -1,6 +1,6 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). # `multaiTargetSet` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https: ### MultaiTargetSet -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set}. #### Initializers @@ -51,14 +51,14 @@ MultaiTargetSet.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.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | healthCheck | MultaiTargetSetHealthCheck | health_check block. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiTargetSetTags> | tags block. | --- @@ -127,7 +127,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.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -135,7 +135,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.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -153,7 +153,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.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -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.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -169,7 +169,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.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -180,7 +180,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.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -188,7 +188,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.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -198,7 +198,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.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -957,14 +957,14 @@ MultaiTargetSetConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | healthCheck | MultaiTargetSetHealthCheck | health_check block. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| weight | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<MultaiTargetSetTags> | tags block. | --- @@ -1047,7 +1047,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -1059,7 +1059,7 @@ public java.lang.String getDeploymentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -1073,7 +1073,7 @@ public MultaiTargetSetHealthCheck getHealthCheck(); health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -1085,7 +1085,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1097,7 +1097,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -1109,7 +1109,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1124,7 +1124,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -1136,7 +1136,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1150,7 +1150,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -1176,13 +1176,13 @@ MultaiTargetSetHealthCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthyThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | -| interval | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | -| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | -| unhealthyThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| healthyThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | +| interval | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | +| path | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | +| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | +| unhealthyThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | +| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | --- @@ -1194,7 +1194,7 @@ public java.lang.Number getHealthyThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -1206,7 +1206,7 @@ public java.lang.Number getInterval(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -1218,7 +1218,7 @@ public java.lang.String getPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -1230,7 +1230,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1242,7 +1242,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -1254,7 +1254,7 @@ public java.lang.Number getUnhealthyThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -1266,7 +1266,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1287,8 +1287,8 @@ MultaiTargetSetTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | --- @@ -1300,7 +1300,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. --- @@ -1312,7 +1312,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. --- diff --git a/docs/multaiTargetSet.python.md b/docs/multaiTargetSet.python.md index 269df9aea..b2da018da 100644 --- a/docs/multaiTargetSet.python.md +++ b/docs/multaiTargetSet.python.md @@ -1,6 +1,6 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). # `multaiTargetSet` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https: ### MultaiTargetSet -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set}. #### Initializers @@ -48,14 +48,14 @@ multaiTargetSet.MultaiTargetSet( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | health_check | MultaiTargetSetHealthCheck | health_check block. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiTargetSetTags]] | tags block. | --- @@ -124,7 +124,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.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -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.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -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.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -158,7 +158,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.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -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.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,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.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -185,7 +185,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.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -195,7 +195,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.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -455,7 +455,7 @@ def put_health_check( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -463,7 +463,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.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -471,7 +471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -479,7 +479,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -487,7 +487,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.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -495,7 +495,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.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -503,7 +503,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.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1040,14 +1040,14 @@ multaiTargetSet.MultaiTargetSetConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | health_check | MultaiTargetSetHealthCheck | health_check block. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| weight | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | tags | typing.Union[cdktf.IResolvable, typing.List[MultaiTargetSetTags]] | tags block. | --- @@ -1130,7 +1130,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -1142,7 +1142,7 @@ deployment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -1156,7 +1156,7 @@ health_check: MultaiTargetSetHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -1168,7 +1168,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1180,7 +1180,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -1192,7 +1192,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1207,7 +1207,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -1219,7 +1219,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1233,7 +1233,7 @@ tags: typing.Union[IResolvable, typing.List[MultaiTargetSetTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -1259,13 +1259,13 @@ multaiTargetSet.MultaiTargetSetHealthCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | -| interval | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | -| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | -| unhealthy_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | -| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| healthy_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | +| interval | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | +| path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | +| unhealthy_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | +| port | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | --- @@ -1277,7 +1277,7 @@ healthy_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -1289,7 +1289,7 @@ interval: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -1301,7 +1301,7 @@ path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -1313,7 +1313,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1325,7 +1325,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -1337,7 +1337,7 @@ unhealthy_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -1349,7 +1349,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1370,8 +1370,8 @@ multaiTargetSet.MultaiTargetSetTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | --- @@ -1383,7 +1383,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. --- @@ -1395,7 +1395,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. --- diff --git a/docs/multaiTargetSet.typescript.md b/docs/multaiTargetSet.typescript.md index 502cb3d56..2b131785c 100644 --- a/docs/multaiTargetSet.typescript.md +++ b/docs/multaiTargetSet.typescript.md @@ -1,6 +1,6 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). # `multaiTargetSet` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https: ### MultaiTargetSet -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set}. #### Initializers @@ -783,14 +783,14 @@ const multaiTargetSetConfig: multaiTargetSet.MultaiTargetSetConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | -| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | +| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. | +| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. | | healthCheck | MultaiTargetSetHealthCheck | health_check block. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | | tags | cdktf.IResolvable \| MultaiTargetSetTags[] | tags block. | --- @@ -873,7 +873,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id}. --- @@ -885,7 +885,7 @@ public readonly deploymentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id}. --- @@ -899,7 +899,7 @@ public readonly healthCheck: MultaiTargetSetHealthCheck; health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} --- @@ -911,7 +911,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -923,7 +923,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight}. --- @@ -935,7 +935,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name}. --- @@ -962,7 +962,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -976,7 +976,7 @@ public readonly tags: IResolvable | MultaiTargetSetTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} --- @@ -994,13 +994,13 @@ const multaiTargetSetHealthCheck: multaiTargetSet.MultaiTargetSetHealthCheck = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthyThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | -| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | -| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | -| unhealthyThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | +| healthyThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. | +| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. | +| path | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. | +| unhealthyThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. | --- @@ -1012,7 +1012,7 @@ public readonly healthyThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold}. --- @@ -1024,7 +1024,7 @@ public readonly interval: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval}. --- @@ -1036,7 +1036,7 @@ public readonly path: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path}. --- @@ -1048,7 +1048,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol}. --- @@ -1060,7 +1060,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout}. --- @@ -1072,7 +1072,7 @@ public readonly unhealthyThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold}. --- @@ -1084,7 +1084,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port}. --- @@ -1102,8 +1102,8 @@ const multaiTargetSetTags: multaiTargetSet.MultaiTargetSetTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. | --- @@ -1115,7 +1115,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key}. --- @@ -1127,7 +1127,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value}. --- diff --git a/docs/oceanAks.csharp.md b/docs/oceanAks.csharp.md index 037a40954..e504a84f8 100644 --- a/docs/oceanAks.csharp.md +++ b/docs/oceanAks.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). # `oceanAks` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://regist ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -1306,7 +1306,7 @@ new OceanAksAutoscaler { | --- | --- | --- | | AutoscaleDown | OceanAksAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAksAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | +| AutoscaleIsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | ResourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1321,7 +1321,7 @@ public OceanAksAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1335,7 +1335,7 @@ public OceanAksAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1347,7 +1347,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1361,7 +1361,7 @@ public OceanAksAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1381,7 +1381,7 @@ new OceanAksAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1393,7 +1393,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1427,7 +1427,7 @@ public OceanAksAutoscalerAutoscaleHeadroomAutomatic Automatic { get; set; } automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1448,8 +1448,8 @@ new OceanAksAutoscalerAutoscaleHeadroomAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1461,7 +1461,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1473,7 +1473,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1494,8 +1494,8 @@ new OceanAksAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1507,7 +1507,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1519,7 +1519,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1575,29 +1575,29 @@ new OceanAksConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AcdIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| AksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| AksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| AcdIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| AksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| AksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | Autoscaler | OceanAksAutoscaler | autoscaler block. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | Extension | object | extension block. | | Health | OceanAksHealth | health block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | Image | object | image block. | | LoadBalancer | object | load_balancer block. | | ManagedServiceIdentity | object | managed_service_identity block. | -| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | Network | OceanAksNetwork | network block. | | OsDisk | OceanAksOsDisk | os_disk block. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | Strategy | object | strategy block. | | Tag | object | tag block. | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | VmSizes | object | vm_sizes block. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1679,7 +1679,7 @@ public string AcdIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1691,7 +1691,7 @@ public string AksName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1703,7 +1703,7 @@ public string AksResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1715,7 +1715,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1727,7 +1727,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1741,7 +1741,7 @@ public OceanAksAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1753,7 +1753,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1765,7 +1765,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1779,7 +1779,7 @@ public object Extension { get; set; } extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1793,7 +1793,7 @@ public OceanAksHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1805,7 +1805,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1822,7 +1822,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1836,7 +1836,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -1850,7 +1850,7 @@ public object ManagedServiceIdentity { get; set; } managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -1862,7 +1862,7 @@ public double MaxPods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -1876,7 +1876,7 @@ public OceanAksNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -1890,7 +1890,7 @@ public OceanAksOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -1902,7 +1902,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -1916,7 +1916,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -1930,7 +1930,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -1942,7 +1942,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -1956,7 +1956,7 @@ public object VmSizes { get; set; } vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -1968,7 +1968,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -1992,11 +1992,11 @@ new OceanAksExtension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | +| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2008,7 +2008,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2020,7 +2020,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2032,7 +2032,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2044,7 +2044,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2056,7 +2056,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2076,7 +2076,7 @@ new OceanAksHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2088,7 +2088,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2122,7 +2122,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2145,10 +2145,10 @@ new OceanAksImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2160,7 +2160,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2172,7 +2172,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2184,7 +2184,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2196,7 +2196,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2220,11 +2220,11 @@ new OceanAksLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | -| LoadBalancerSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | +| LoadBalancerSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2236,7 +2236,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2248,7 +2248,7 @@ public string LoadBalancerSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2260,7 +2260,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2272,7 +2272,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2284,7 +2284,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2305,8 +2305,8 @@ new OceanAksManagedServiceIdentity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2318,7 +2318,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2330,7 +2330,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2353,8 +2353,8 @@ new OceanAksNetwork { | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | object | network_interface block. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2368,7 +2368,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2380,7 +2380,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2392,7 +2392,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2417,10 +2417,10 @@ new OceanAksNetworkNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | | AdditionalIpConfig | object | additional_ip_config block. | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | -| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | +| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | | SecurityGroup | OceanAksNetworkNetworkInterfaceSecurityGroup | security_group block. | -| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2434,7 +2434,7 @@ public object AdditionalIpConfig { get; set; } additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2446,7 +2446,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2458,7 +2458,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2472,7 +2472,7 @@ public OceanAksNetworkNetworkInterfaceSecurityGroup SecurityGroup { get; set; } security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2484,7 +2484,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2505,8 +2505,8 @@ new OceanAksNetworkNetworkInterfaceAdditionalIpConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2518,7 +2518,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2530,7 +2530,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2551,8 +2551,8 @@ new OceanAksNetworkNetworkInterfaceSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2564,7 +2564,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2576,7 +2576,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2597,8 +2597,8 @@ new OceanAksOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2610,7 +2610,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2622,7 +2622,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2643,8 +2643,8 @@ new OceanAksStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2656,7 +2656,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2668,7 +2668,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2689,8 +2689,8 @@ new OceanAksTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2702,7 +2702,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2714,7 +2714,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2734,7 +2734,7 @@ new OceanAksVmSizes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2746,7 +2746,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAks.go.md b/docs/oceanAks.go.md index 28390ac25..1f25597eb 100644 --- a/docs/oceanAks.go.md +++ b/docs/oceanAks.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). # `oceanAks` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://regist ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks ``` @@ -539,7 +539,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsConstruct(x interface{}) *bool ``` @@ -571,7 +571,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ``` @@ -585,7 +585,7 @@ oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ``` @@ -1290,13 +1290,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits, } ``` @@ -1306,7 +1306,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | --- | --- | --- | | AutoscaleDown | OceanAksAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAksAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | +| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | ResourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1321,7 +1321,7 @@ AutoscaleDown OceanAksAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1335,7 +1335,7 @@ AutoscaleHeadroom OceanAksAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1347,7 +1347,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1361,7 +1361,7 @@ ResourceLimits OceanAksAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1370,7 +1370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1381,7 +1381,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1393,7 +1393,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1402,10 +1402,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1427,7 +1427,7 @@ Automatic OceanAksAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1436,7 +1436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1448,8 +1448,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1461,7 +1461,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1473,7 +1473,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1482,7 +1482,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1494,8 +1494,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1507,7 +1507,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1519,7 +1519,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1528,7 +1528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksConfig { Connection: interface{}, @@ -1543,18 +1543,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" AksResourceGroupName: *string, Name: *string, SshPublicKey: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscaler, ControllerClusterId: *string, CustomData: *string, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksHealth, Id: *string, Image: interface{}, LoadBalancer: interface{}, ManagedServiceIdentity: interface{}, MaxPods: *f64, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksOsDisk, ResourceGroupName: *string, Strategy: interface{}, Tag: interface{}, @@ -1575,29 +1575,29 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | 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.* | -| AcdIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| AksName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| AksResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| AcdIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| AksName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| AksResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | Autoscaler | OceanAksAutoscaler | autoscaler block. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | Extension | interface{} | extension block. | | Health | OceanAksHealth | health block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | Image | interface{} | image block. | | LoadBalancer | interface{} | load_balancer block. | | ManagedServiceIdentity | interface{} | managed_service_identity block. | -| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | Network | OceanAksNetwork | network block. | | OsDisk | OceanAksOsDisk | os_disk block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | Strategy | interface{} | strategy block. | | Tag | interface{} | tag block. | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | VmSizes | interface{} | vm_sizes block. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1679,7 +1679,7 @@ AcdIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1691,7 +1691,7 @@ AksName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1703,7 +1703,7 @@ AksResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1715,7 +1715,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1727,7 +1727,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1741,7 +1741,7 @@ Autoscaler OceanAksAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1753,7 +1753,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1765,7 +1765,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1779,7 +1779,7 @@ Extension interface{} extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1793,7 +1793,7 @@ Health OceanAksHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1805,7 +1805,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1822,7 +1822,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1836,7 +1836,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -1850,7 +1850,7 @@ ManagedServiceIdentity interface{} managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -1862,7 +1862,7 @@ MaxPods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -1876,7 +1876,7 @@ Network OceanAksNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -1890,7 +1890,7 @@ OsDisk OceanAksOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -1902,7 +1902,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -1916,7 +1916,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -1930,7 +1930,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -1942,7 +1942,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -1956,7 +1956,7 @@ VmSizes interface{} vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -1968,7 +1968,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -1977,7 +1977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksExtension { ApiVersion: *string, @@ -1992,11 +1992,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | +| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2008,7 +2008,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2020,7 +2020,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2032,7 +2032,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2044,7 +2044,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2056,7 +2056,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2065,7 +2065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksHealth { GracePeriod: *f64, @@ -2076,7 +2076,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2088,7 +2088,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2097,7 +2097,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImage { Marketplace: interface{}, @@ -2122,7 +2122,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2131,7 +2131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImageMarketplace { Offer: *string, @@ -2145,10 +2145,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2160,7 +2160,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2172,7 +2172,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2184,7 +2184,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2196,7 +2196,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2205,7 +2205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksLoadBalancer { BackendPoolNames: *[]*string, @@ -2220,11 +2220,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | -| LoadBalancerSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | +| LoadBalancerSku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2236,7 +2236,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2248,7 +2248,7 @@ LoadBalancerSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2260,7 +2260,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2272,7 +2272,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2284,7 +2284,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2293,7 +2293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksManagedServiceIdentity { Name: *string, @@ -2305,8 +2305,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2318,7 +2318,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2330,7 +2330,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2339,7 +2339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetwork { NetworkInterface: interface{}, @@ -2353,8 +2353,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | interface{} | network_interface block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2368,7 +2368,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2380,7 +2380,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2392,7 +2392,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2401,13 +2401,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterface { AdditionalIpConfig: interface{}, AssignPublicIp: interface{}, IsPrimary: interface{}, - SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, + SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, SubnetName: *string, } ``` @@ -2417,10 +2417,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | | AdditionalIpConfig | interface{} | additional_ip_config block. | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | -| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | +| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | | SecurityGroup | OceanAksNetworkNetworkInterfaceSecurityGroup | security_group block. | -| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2434,7 +2434,7 @@ AdditionalIpConfig interface{} additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2446,7 +2446,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2458,7 +2458,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2472,7 +2472,7 @@ SecurityGroup OceanAksNetworkNetworkInterfaceSecurityGroup security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2484,7 +2484,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2493,7 +2493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig { Name: *string, @@ -2505,8 +2505,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2518,7 +2518,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2530,7 +2530,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup { Name: *string, @@ -2551,8 +2551,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2564,7 +2564,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2576,7 +2576,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2585,7 +2585,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksOsDisk { SizeGb: *f64, @@ -2597,8 +2597,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2610,7 +2610,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2622,7 +2622,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2631,7 +2631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksStrategy { FallbackToOndemand: interface{}, @@ -2643,8 +2643,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2656,7 +2656,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2668,7 +2668,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2677,7 +2677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksTag { Key: *string, @@ -2689,8 +2689,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2702,7 +2702,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2714,7 +2714,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2723,7 +2723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksVmSizes { Whitelist: *[]*string, @@ -2734,7 +2734,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2746,7 +2746,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- @@ -2757,7 +2757,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference ``` @@ -3035,7 +3035,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3342,7 +3342,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3633,7 +3633,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference ``` @@ -4037,7 +4037,7 @@ func InternalValue() OceanAksAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference ``` @@ -4344,7 +4344,7 @@ func InternalValue() OceanAksAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList ``` @@ -4487,7 +4487,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference ``` @@ -4899,7 +4899,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference ``` @@ -5177,7 +5177,7 @@ func InternalValue() OceanAksHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList ``` @@ -5320,7 +5320,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList ``` @@ -5463,7 +5463,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference ``` @@ -5846,7 +5846,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference ``` @@ -6155,7 +6155,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList ``` @@ -6298,7 +6298,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference ``` @@ -6710,7 +6710,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList ``` @@ -6853,7 +6853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference ``` @@ -7164,7 +7164,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList ``` @@ -7307,7 +7307,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference ``` @@ -7632,7 +7632,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList ``` @@ -7775,7 +7775,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference ``` @@ -8213,7 +8213,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference ``` @@ -8520,7 +8520,7 @@ func InternalValue() OceanAksNetworkNetworkInterfaceSecurityGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference ``` @@ -8869,7 +8869,7 @@ func InternalValue() OceanAksNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference ``` @@ -9169,7 +9169,7 @@ func InternalValue() OceanAksOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList ``` @@ -9312,7 +9312,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference ``` @@ -9637,7 +9637,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList ``` @@ -9780,7 +9780,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference ``` @@ -10105,7 +10105,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList ``` @@ -10248,7 +10248,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVmSizesOutputReference ``` diff --git a/docs/oceanAks.java.md b/docs/oceanAks.java.md index 446a3cca7..6bc423fba 100644 --- a/docs/oceanAks.java.md +++ b/docs/oceanAks.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). # `oceanAks` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://regist ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -71,29 +71,29 @@ OceanAks.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.* | -| acdIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aksName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| acdIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| aksName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | autoscaler | OceanAksAutoscaler | autoscaler block. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | extension | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksExtension> | extension block. | | health | OceanAksHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksImage> | image block. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksLoadBalancer> | load_balancer block. | | managedServiceIdentity | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksManagedServiceIdentity> | managed_service_identity block. | -| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | network | OceanAksNetwork | network block. | | osDisk | OceanAksOsDisk | os_disk block. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksStrategy> | strategy block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksTag> | tag block. | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | vmSizes | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVmSizes> | vm_sizes block. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -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.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -169,7 +169,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.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -177,7 +177,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.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -185,7 +185,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.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -193,7 +193,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.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -203,7 +203,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.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -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.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#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.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -229,7 +229,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.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -239,7 +239,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.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -247,7 +247,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.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -260,7 +260,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.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -270,7 +270,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.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -280,7 +280,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.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -288,7 +288,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.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -298,7 +298,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.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -308,7 +308,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.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -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.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -326,7 +326,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.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -336,7 +336,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.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -344,7 +344,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.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -354,7 +354,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.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -362,7 +362,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.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -1623,7 +1623,7 @@ OceanAksAutoscaler.builder() | --- | --- | --- | | autoscaleDown | OceanAksAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAksAutoscalerAutoscaleHeadroom | 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.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#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.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1638,7 +1638,7 @@ public OceanAksAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1652,7 +1652,7 @@ public OceanAksAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1664,7 +1664,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.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1678,7 +1678,7 @@ public OceanAksAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1698,7 +1698,7 @@ OceanAksAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1710,7 +1710,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1744,7 +1744,7 @@ public OceanAksAutoscalerAutoscaleHeadroomAutomatic getAutomatic(); automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1766,8 +1766,8 @@ OceanAksAutoscalerAutoscaleHeadroomAutomatic.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.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1779,7 +1779,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.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1791,7 +1791,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1812,8 +1812,8 @@ OceanAksAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1825,7 +1825,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1837,7 +1837,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1904,29 +1904,29 @@ OceanAksConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| acdIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aksName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| acdIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| aksName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| aksResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | autoscaler | OceanAksAutoscaler | autoscaler block. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| customData | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | extension | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksExtension> | extension block. | | health | OceanAksHealth | health block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | image | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksImage> | image block. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksLoadBalancer> | load_balancer block. | | managedServiceIdentity | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksManagedServiceIdentity> | managed_service_identity block. | -| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | network | OceanAksNetwork | network block. | | osDisk | OceanAksOsDisk | os_disk block. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksStrategy> | strategy block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksTag> | tag block. | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | vmSizes | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVmSizes> | vm_sizes block. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -2008,7 +2008,7 @@ public java.lang.String getAcdIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -2020,7 +2020,7 @@ public java.lang.String getAksName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -2032,7 +2032,7 @@ public java.lang.String getAksResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -2044,7 +2044,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2056,7 +2056,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -2070,7 +2070,7 @@ public OceanAksAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -2082,7 +2082,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -2094,7 +2094,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -2108,7 +2108,7 @@ public java.lang.Object getExtension(); extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -2122,7 +2122,7 @@ public OceanAksHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -2134,7 +2134,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -2165,7 +2165,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2179,7 +2179,7 @@ public java.lang.Object getManagedServiceIdentity(); managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2191,7 +2191,7 @@ public java.lang.Number getMaxPods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2205,7 +2205,7 @@ public OceanAksNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2219,7 +2219,7 @@ public OceanAksOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2231,7 +2231,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2245,7 +2245,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2259,7 +2259,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2271,7 +2271,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2285,7 +2285,7 @@ public java.lang.Object getVmSizes(); vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2297,7 +2297,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2322,11 +2322,11 @@ OceanAksExtension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | +| minorVersionAutoUpgrade | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2338,7 +2338,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2350,7 +2350,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.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2362,7 +2362,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2374,7 +2374,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2386,7 +2386,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2406,7 +2406,7 @@ OceanAksHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2418,7 +2418,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2453,7 +2453,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2476,10 +2476,10 @@ OceanAksImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2491,7 +2491,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2503,7 +2503,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2515,7 +2515,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2527,7 +2527,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2551,11 +2551,11 @@ OceanAksLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | -| loadBalancerSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | +| loadBalancerSku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2567,7 +2567,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2579,7 +2579,7 @@ public java.lang.String getLoadBalancerSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2591,7 +2591,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2603,7 +2603,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2615,7 +2615,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2636,8 +2636,8 @@ OceanAksManagedServiceIdentity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2649,7 +2649,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2661,7 +2661,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2685,8 +2685,8 @@ OceanAksNetwork.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNetworkNetworkInterface> | network_interface block. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| virtualNetworkName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2700,7 +2700,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2712,7 +2712,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2724,7 +2724,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2752,10 +2752,10 @@ OceanAksNetworkNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | additionalIpConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNetworkNetworkInterfaceAdditionalIpConfig> | additional_ip_config block. | -| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#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.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| assignPublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#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.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | | securityGroup | OceanAksNetworkNetworkInterfaceSecurityGroup | security_group block. | -| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| subnetName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2769,7 +2769,7 @@ public java.lang.Object getAdditionalIpConfig(); additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2781,7 +2781,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.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2793,7 +2793,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.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2807,7 +2807,7 @@ public OceanAksNetworkNetworkInterfaceSecurityGroup getSecurityGroup(); security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2819,7 +2819,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2840,8 +2840,8 @@ OceanAksNetworkNetworkInterfaceAdditionalIpConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2853,7 +2853,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2865,7 +2865,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2886,8 +2886,8 @@ OceanAksNetworkNetworkInterfaceSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2899,7 +2899,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2911,7 +2911,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2932,8 +2932,8 @@ OceanAksOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2945,7 +2945,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2957,7 +2957,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2979,8 +2979,8 @@ OceanAksStrategy.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.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2992,7 +2992,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.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -3004,7 +3004,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -3025,8 +3025,8 @@ OceanAksTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -3038,7 +3038,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -3050,7 +3050,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -3070,7 +3070,7 @@ OceanAksVmSizes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -3082,7 +3082,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAks.python.md b/docs/oceanAks.python.md index 63fd8a51c..313b16c09 100644 --- a/docs/oceanAks.python.md +++ b/docs/oceanAks.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). # `oceanAks` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://regist ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -62,29 +62,29 @@ oceanAks.OceanAks( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| acd_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aks_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| acd_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| aks_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | autoscaler | OceanAksAutoscaler | autoscaler block. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | extension | typing.Union[cdktf.IResolvable, typing.List[OceanAksExtension]] | extension block. | | health | OceanAksHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[OceanAksImage]] | image block. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAksLoadBalancer]] | load_balancer block. | | managed_service_identity | typing.Union[cdktf.IResolvable, typing.List[OceanAksManagedServiceIdentity]] | managed_service_identity block. | -| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | network | OceanAksNetwork | network block. | | os_disk | OceanAksOsDisk | os_disk block. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanAksStrategy]] | strategy block. | | tag | typing.Union[cdktf.IResolvable, typing.List[OceanAksTag]] | tag block. | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | vm_sizes | typing.Union[cdktf.IResolvable, typing.List[OceanAksVmSizes]] | vm_sizes block. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -152,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.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -160,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.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_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.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -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.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -194,7 +194,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.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -220,7 +220,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.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -230,7 +230,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.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -251,7 +251,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.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -261,7 +261,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.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -271,7 +271,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.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -279,7 +279,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.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -289,7 +289,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.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -299,7 +299,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.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -317,7 +317,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.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -327,7 +327,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.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -345,7 +345,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.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -353,7 +353,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.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -635,7 +635,7 @@ def put_autoscaler( autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -645,7 +645,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.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -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.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -663,7 +663,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.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -693,7 +693,7 @@ def put_health( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -755,7 +755,7 @@ def put_network( network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -763,7 +763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -771,7 +771,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -788,7 +788,7 @@ def put_os_disk( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -796,7 +796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -1736,7 +1736,7 @@ oceanAks.OceanAksAutoscaler( | --- | --- | --- | | autoscale_down | OceanAksAutoscalerAutoscaleDown | autoscale_down block. | | autoscale_headroom | OceanAksAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | +| autoscale_is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resource_limits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1751,7 +1751,7 @@ autoscale_down: OceanAksAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1765,7 +1765,7 @@ autoscale_headroom: OceanAksAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1777,7 +1777,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.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1791,7 +1791,7 @@ resource_limits: OceanAksAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1811,7 +1811,7 @@ oceanAks.OceanAksAutoscalerAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#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.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1823,7 +1823,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.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1857,7 +1857,7 @@ automatic: OceanAksAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1878,8 +1878,8 @@ oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1891,7 +1891,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.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1903,7 +1903,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1924,8 +1924,8 @@ oceanAks.OceanAksAutoscalerResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1937,7 +1937,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.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1949,7 +1949,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.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -2005,29 +2005,29 @@ oceanAks.OceanAksConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| acd_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aks_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| acd_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| aks_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| aks_resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | autoscaler | OceanAksAutoscaler | autoscaler block. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| custom_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | extension | typing.Union[cdktf.IResolvable, typing.List[OceanAksExtension]] | extension block. | | health | OceanAksHealth | health block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | image | typing.Union[cdktf.IResolvable, typing.List[OceanAksImage]] | image block. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[OceanAksLoadBalancer]] | load_balancer block. | | managed_service_identity | typing.Union[cdktf.IResolvable, typing.List[OceanAksManagedServiceIdentity]] | managed_service_identity block. | -| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | network | OceanAksNetwork | network block. | | os_disk | OceanAksOsDisk | os_disk block. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[OceanAksStrategy]] | strategy block. | | tag | typing.Union[cdktf.IResolvable, typing.List[OceanAksTag]] | tag block. | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | vm_sizes | typing.Union[cdktf.IResolvable, typing.List[OceanAksVmSizes]] | vm_sizes block. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -2109,7 +2109,7 @@ acd_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -2121,7 +2121,7 @@ aks_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -2133,7 +2133,7 @@ aks_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -2145,7 +2145,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2157,7 +2157,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -2171,7 +2171,7 @@ autoscaler: OceanAksAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -2183,7 +2183,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -2195,7 +2195,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -2209,7 +2209,7 @@ extension: typing.Union[IResolvable, typing.List[OceanAksExtension]] extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -2223,7 +2223,7 @@ health: OceanAksHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -2235,7 +2235,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2252,7 +2252,7 @@ image: typing.Union[IResolvable, typing.List[OceanAksImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -2266,7 +2266,7 @@ load_balancer: typing.Union[IResolvable, typing.List[OceanAksLoadBalancer]] load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2280,7 +2280,7 @@ managed_service_identity: typing.Union[IResolvable, typing.List[OceanAksManagedS managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2292,7 +2292,7 @@ max_pods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2306,7 +2306,7 @@ network: OceanAksNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2320,7 +2320,7 @@ os_disk: OceanAksOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2332,7 +2332,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2346,7 +2346,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanAksStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2360,7 +2360,7 @@ tag: typing.Union[IResolvable, typing.List[OceanAksTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2372,7 +2372,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2386,7 +2386,7 @@ vm_sizes: typing.Union[IResolvable, typing.List[OceanAksVmSizes]] vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2398,7 +2398,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2422,11 +2422,11 @@ oceanAks.OceanAksExtension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | +| minor_version_auto_upgrade | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2438,7 +2438,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2450,7 +2450,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.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2462,7 +2462,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2474,7 +2474,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2486,7 +2486,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2506,7 +2506,7 @@ oceanAks.OceanAksHealth( | **Name** | **Type** | **Description** | | --- | --- | --- | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2518,7 +2518,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.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2552,7 +2552,7 @@ marketplace: typing.Union[IResolvable, typing.List[OceanAksImageMarketplace]] marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2575,10 +2575,10 @@ oceanAks.OceanAksImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2590,7 +2590,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2602,7 +2602,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2614,7 +2614,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2626,7 +2626,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2650,11 +2650,11 @@ oceanAks.OceanAksLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | -| load_balancer_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| backend_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | +| load_balancer_sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2666,7 +2666,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2678,7 +2678,7 @@ load_balancer_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2690,7 +2690,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2702,7 +2702,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2714,7 +2714,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2735,8 +2735,8 @@ oceanAks.OceanAksManagedServiceIdentity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2748,7 +2748,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2760,7 +2760,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2783,8 +2783,8 @@ oceanAks.OceanAksNetwork( | **Name** | **Type** | **Description** | | --- | --- | --- | | network_interface | typing.Union[cdktf.IResolvable, typing.List[OceanAksNetworkNetworkInterface]] | network_interface block. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| virtual_network_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2798,7 +2798,7 @@ network_interface: typing.Union[IResolvable, typing.List[OceanAksNetworkNetworkI network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2810,7 +2810,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2822,7 +2822,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2847,10 +2847,10 @@ oceanAks.OceanAksNetworkNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | | additional_ip_config | typing.Union[cdktf.IResolvable, typing.List[OceanAksNetworkNetworkInterfaceAdditionalIpConfig]] | additional_ip_config block. | -| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | -| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| assign_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | +| is_primary | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | | security_group | OceanAksNetworkNetworkInterfaceSecurityGroup | security_group block. | -| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| subnet_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2864,7 +2864,7 @@ additional_ip_config: typing.Union[IResolvable, typing.List[OceanAksNetworkNetwo additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2876,7 +2876,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.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2888,7 +2888,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.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2902,7 +2902,7 @@ security_group: OceanAksNetworkNetworkInterfaceSecurityGroup security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2914,7 +2914,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2935,8 +2935,8 @@ oceanAks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2948,7 +2948,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2960,7 +2960,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2981,8 +2981,8 @@ oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2994,7 +2994,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -3006,7 +3006,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -3027,8 +3027,8 @@ oceanAks.OceanAksOsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -3040,7 +3040,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.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -3052,7 +3052,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -3073,8 +3073,8 @@ oceanAks.OceanAksStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -3086,7 +3086,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.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -3098,7 +3098,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.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -3119,8 +3119,8 @@ oceanAks.OceanAksTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -3132,7 +3132,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -3144,7 +3144,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -3164,7 +3164,7 @@ oceanAks.OceanAksVmSizes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -3176,7 +3176,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- @@ -4060,7 +4060,7 @@ def put_automatic( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -4068,7 +4068,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.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -4393,7 +4393,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -4411,7 +4411,7 @@ def put_autoscale_headroom( automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -4428,7 +4428,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -4436,7 +4436,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.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -8888,7 +8888,7 @@ def put_security_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -8896,7 +8896,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- diff --git a/docs/oceanAks.typescript.md b/docs/oceanAks.typescript.md index 4c2c7d3e1..03b9eeab2 100644 --- a/docs/oceanAks.typescript.md +++ b/docs/oceanAks.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). # `oceanAks` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://regist ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -1301,7 +1301,7 @@ const oceanAksAutoscaler: oceanAks.OceanAksAutoscaler = { ... } | --- | --- | --- | | autoscaleDown | OceanAksAutoscalerAutoscaleDown | autoscale_down block. | | autoscaleHeadroom | OceanAksAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | +| autoscaleIsEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1316,7 +1316,7 @@ public readonly autoscaleDown: OceanAksAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1330,7 +1330,7 @@ public readonly autoscaleHeadroom: OceanAksAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1342,7 +1342,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1356,7 +1356,7 @@ public readonly resourceLimits: OceanAksAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1374,7 +1374,7 @@ const oceanAksAutoscalerAutoscaleDown: oceanAks.OceanAksAutoscalerAutoscaleDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1386,7 +1386,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1418,7 +1418,7 @@ public readonly automatic: OceanAksAutoscalerAutoscaleHeadroomAutomatic; automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1436,8 +1436,8 @@ const oceanAksAutoscalerAutoscaleHeadroomAutomatic: oceanAks.OceanAksAutoscalerA | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1449,7 +1449,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1461,7 +1461,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1479,8 +1479,8 @@ const oceanAksAutoscalerResourceLimits: oceanAks.OceanAksAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1492,7 +1492,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1504,7 +1504,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1529,29 +1529,29 @@ const oceanAksConfig: oceanAks.OceanAksConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| acdIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | +| acdIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | +| aksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | +| aksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. | | autoscaler | OceanAksAutoscaler | autoscaler block. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | -| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | | extension | cdktf.IResolvable \| OceanAksExtension[] | extension block. | | health | OceanAksHealth | health block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. | | image | cdktf.IResolvable \| OceanAksImage[] | image block. | | loadBalancer | cdktf.IResolvable \| OceanAksLoadBalancer[] | load_balancer block. | | managedServiceIdentity | cdktf.IResolvable \| OceanAksManagedServiceIdentity[] | managed_service_identity block. | -| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | | network | OceanAksNetwork | network block. | | osDisk | OceanAksOsDisk | os_disk block. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | | strategy | cdktf.IResolvable \| OceanAksStrategy[] | strategy block. | | tag | cdktf.IResolvable \| OceanAksTag[] | tag block. | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. | | vmSizes | cdktf.IResolvable \| OceanAksVmSizes[] | vm_sizes block. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1633,7 +1633,7 @@ public readonly acdIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1645,7 +1645,7 @@ public readonly aksName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1657,7 +1657,7 @@ public readonly aksResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1669,7 +1669,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1681,7 +1681,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1695,7 +1695,7 @@ public readonly autoscaler: OceanAksAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1707,7 +1707,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1719,7 +1719,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1733,7 +1733,7 @@ public readonly extension: IResolvable | OceanAksExtension[]; extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1747,7 +1747,7 @@ public readonly health: OceanAksHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1759,7 +1759,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1776,7 +1776,7 @@ public readonly image: IResolvable | OceanAksImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1790,7 +1790,7 @@ public readonly loadBalancer: IResolvable | OceanAksLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -1804,7 +1804,7 @@ public readonly managedServiceIdentity: IResolvable | OceanAksManagedServiceIden managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -1816,7 +1816,7 @@ public readonly maxPods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -1830,7 +1830,7 @@ public readonly network: OceanAksNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -1844,7 +1844,7 @@ public readonly osDisk: OceanAksOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -1856,7 +1856,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -1870,7 +1870,7 @@ public readonly strategy: IResolvable | OceanAksStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -1884,7 +1884,7 @@ public readonly tag: IResolvable | OceanAksTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -1896,7 +1896,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -1910,7 +1910,7 @@ public readonly vmSizes: IResolvable | OceanAksVmSizes[]; vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -1922,7 +1922,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -1940,11 +1940,11 @@ const oceanAksExtension: oceanAks.OceanAksExtension = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. | +| minorVersionAutoUpgrade | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -1956,7 +1956,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -1968,7 +1968,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -1980,7 +1980,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1992,7 +1992,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2004,7 +2004,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2022,7 +2022,7 @@ const oceanAksHealth: oceanAks.OceanAksHealth = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2034,7 +2034,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2066,7 +2066,7 @@ public readonly marketplace: IResolvable | OceanAksImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2084,10 +2084,10 @@ const oceanAksImageMarketplace: oceanAks.OceanAksImageMarketplace = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2099,7 +2099,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2111,7 +2111,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2123,7 +2123,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2135,7 +2135,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2153,11 +2153,11 @@ const oceanAksLoadBalancer: oceanAks.OceanAksLoadBalancer = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | -| loadBalancerSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. | +| loadBalancerSku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2169,7 +2169,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2181,7 +2181,7 @@ public readonly loadBalancerSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2193,7 +2193,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2205,7 +2205,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2217,7 +2217,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2235,8 +2235,8 @@ const oceanAksManagedServiceIdentity: oceanAks.OceanAksManagedServiceIdentity = | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2248,7 +2248,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2260,7 +2260,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2279,8 +2279,8 @@ const oceanAksNetwork: oceanAks.OceanAksNetwork = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | | networkInterface | cdktf.IResolvable \| OceanAksNetworkNetworkInterface[] | network_interface block. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | -| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2294,7 +2294,7 @@ public readonly networkInterface: IResolvable | OceanAksNetworkNetworkInterface[ network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2306,7 +2306,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2318,7 +2318,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2337,10 +2337,10 @@ const oceanAksNetworkNetworkInterface: oceanAks.OceanAksNetworkNetworkInterface | **Name** | **Type** | **Description** | | --- | --- | --- | | additionalIpConfig | cdktf.IResolvable \| OceanAksNetworkNetworkInterfaceAdditionalIpConfig[] | additional_ip_config block. | -| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | -| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| assignPublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. | +| isPrimary | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | | securityGroup | OceanAksNetworkNetworkInterfaceSecurityGroup | security_group block. | -| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2354,7 +2354,7 @@ public readonly additionalIpConfig: IResolvable | OceanAksNetworkNetworkInterfac additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2366,7 +2366,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2378,7 +2378,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2392,7 +2392,7 @@ public readonly securityGroup: OceanAksNetworkNetworkInterfaceSecurityGroup; security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2404,7 +2404,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2422,8 +2422,8 @@ const oceanAksNetworkNetworkInterfaceAdditionalIpConfig: oceanAks.OceanAksNetwor | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2435,7 +2435,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2447,7 +2447,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2465,8 +2465,8 @@ const oceanAksNetworkNetworkInterfaceSecurityGroup: oceanAks.OceanAksNetworkNetw | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2478,7 +2478,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2490,7 +2490,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2508,8 +2508,8 @@ const oceanAksOsDisk: oceanAks.OceanAksOsDisk = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2521,7 +2521,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2533,7 +2533,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2551,8 +2551,8 @@ const oceanAksStrategy: oceanAks.OceanAksStrategy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2564,7 +2564,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2576,7 +2576,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2594,8 +2594,8 @@ const oceanAksTag: oceanAks.OceanAksTag = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2607,7 +2607,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2619,7 +2619,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2637,7 +2637,7 @@ const oceanAksVmSizes: oceanAks.OceanAksVmSizes = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2649,7 +2649,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAksNp.csharp.md b/docs/oceanAksNp.csharp.md index 03a762ab5..c0c179737 100644 --- a/docs/oceanAksNp.csharp.md +++ b/docs/oceanAksNp.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). # `oceanAksNp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://reg ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -1350,7 +1350,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1365,7 +1365,7 @@ public OceanAksNpAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1379,7 +1379,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1391,7 +1391,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1405,7 +1405,7 @@ public OceanAksNpAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1425,7 +1425,7 @@ new OceanAksNpAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1437,7 +1437,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1471,7 +1471,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic Automatic { get; set; } automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1491,7 +1491,7 @@ new OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1503,7 +1503,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1524,8 +1524,8 @@ new OceanAksNpAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1537,7 +1537,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1549,7 +1549,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1609,32 +1609,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | object | taints block. | --- @@ -1717,7 +1717,7 @@ public string AksClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1729,7 +1729,7 @@ public string AksInfrastructureResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -1741,7 +1741,7 @@ public string AksRegion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -1753,7 +1753,7 @@ public string AksResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -1765,7 +1765,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -1777,7 +1777,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -1791,7 +1791,7 @@ public OceanAksNpAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -1803,7 +1803,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -1815,7 +1815,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -1827,7 +1827,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -1841,7 +1841,7 @@ public OceanAksNpFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -1855,7 +1855,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -1869,7 +1869,7 @@ public OceanAksNpHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -1881,7 +1881,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1896,7 +1896,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -1908,7 +1908,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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -1920,7 +1920,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -1932,7 +1932,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -1944,7 +1944,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -1956,7 +1956,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -1968,7 +1968,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -1980,7 +1980,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -1992,7 +1992,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2006,7 +2006,7 @@ public OceanAksNpScheduling Scheduling { get; set; } scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2018,7 +2018,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2030,7 +2030,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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2044,7 +2044,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2070,13 +2070,13 @@ new OceanAksNpFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | --- @@ -2088,7 +2088,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2100,7 +2100,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2112,7 +2112,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2124,7 +2124,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2136,7 +2136,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2148,7 +2148,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2160,7 +2160,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2183,10 +2183,10 @@ new OceanAksNpHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2198,7 +2198,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2210,7 +2210,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2222,7 +2222,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2234,7 +2234,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2254,7 +2254,7 @@ new OceanAksNpHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2266,7 +2266,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2300,7 +2300,7 @@ public OceanAksNpSchedulingShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2321,8 +2321,8 @@ new OceanAksNpSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2334,7 +2334,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2346,7 +2346,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2368,9 +2368,9 @@ new OceanAksNpTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2382,7 +2382,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2394,7 +2394,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2406,7 +2406,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index b324a9e6a..35f6d6027 100644 --- a/docs/oceanAksNp.go.md +++ b/docs/oceanAksNp.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). # `oceanAksNp` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://reg ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp ``` @@ -495,7 +495,7 @@ func ResetTaints() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool ``` @@ -527,7 +527,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ``` @@ -541,7 +541,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ``` @@ -1334,13 +1334,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits, } ``` @@ -1350,7 +1350,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1365,7 +1365,7 @@ AutoscaleDown OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1379,7 +1379,7 @@ AutoscaleHeadroom OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1391,7 +1391,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1405,7 +1405,7 @@ ResourceLimits OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1414,7 +1414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1425,7 +1425,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1437,7 +1437,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1446,10 +1446,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1471,7 +1471,7 @@ Automatic OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1480,7 +1480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { Percentage: *f64, @@ -1491,7 +1491,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1503,7 +1503,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1512,7 +1512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1524,8 +1524,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1537,7 +1537,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1549,7 +1549,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1558,7 +1558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpConfig { Connection: interface{}, @@ -1574,13 +1574,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" AksResourceGroupName: *string, AvailabilityZones: *[]*string, Name: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler, ControllerClusterId: *string, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters, Headrooms: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth, Id: *string, KubernetesVersion: *string, Labels: *map[string]*string, @@ -1591,7 +1591,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" OsDiskType: *string, OsSku: *string, OsType: *string, - Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpScheduling, + Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -1609,32 +1609,32 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | interface{} | taints block. | --- @@ -1717,7 +1717,7 @@ AksClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1729,7 +1729,7 @@ AksInfrastructureResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -1741,7 +1741,7 @@ AksRegion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -1753,7 +1753,7 @@ AksResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -1765,7 +1765,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -1777,7 +1777,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -1791,7 +1791,7 @@ Autoscaler OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -1803,7 +1803,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -1815,7 +1815,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -1827,7 +1827,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -1841,7 +1841,7 @@ Filters OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -1855,7 +1855,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -1869,7 +1869,7 @@ Health OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -1881,7 +1881,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1896,7 +1896,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -1908,7 +1908,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -1920,7 +1920,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -1932,7 +1932,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -1944,7 +1944,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -1956,7 +1956,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -1968,7 +1968,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -1980,7 +1980,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -1992,7 +1992,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2006,7 +2006,7 @@ Scheduling OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2018,7 +2018,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2030,7 +2030,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2044,7 +2044,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2053,7 +2053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpFilters { Architectures: *[]*string, @@ -2070,13 +2070,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | --- @@ -2088,7 +2088,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2100,7 +2100,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2112,7 +2112,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2124,7 +2124,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2136,7 +2136,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2148,7 +2148,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2160,7 +2160,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2169,7 +2169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHeadrooms { CpuPerUnit: *f64, @@ -2183,10 +2183,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2198,7 +2198,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2210,7 +2210,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2222,7 +2222,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2234,7 +2234,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2243,7 +2243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHealth { GracePeriod: *f64, @@ -2254,7 +2254,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2266,7 +2266,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2275,10 +2275,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpScheduling { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNp.OceanAksNpSchedulingShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours, } ``` @@ -2300,7 +2300,7 @@ ShutdownHours OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2309,7 +2309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2321,8 +2321,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2334,7 +2334,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2346,7 +2346,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2355,7 +2355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpTaints { Effect: *string, @@ -2368,9 +2368,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2382,7 +2382,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2394,7 +2394,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2406,7 +2406,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -2417,7 +2417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference ``` @@ -2695,7 +2695,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -2973,7 +2973,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3264,7 +3264,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference ``` @@ -3668,7 +3668,7 @@ func InternalValue() OceanAksNpAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference ``` @@ -3975,7 +3975,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference ``` @@ -4427,7 +4427,7 @@ func InternalValue() OceanAksNpFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList ``` @@ -4570,7 +4570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference ``` @@ -4953,7 +4953,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference ``` @@ -5231,7 +5231,7 @@ func InternalValue() OceanAksNpHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference ``` @@ -5522,7 +5522,7 @@ func InternalValue() OceanAksNpScheduling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference ``` @@ -5822,7 +5822,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList ``` @@ -5965,7 +5965,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference ``` diff --git a/docs/oceanAksNp.java.md b/docs/oceanAksNp.java.md index 4ff2fab20..2f84140e4 100644 --- a/docs/oceanAksNp.java.md +++ b/docs/oceanAksNp.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). # `oceanAksNp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://reg ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -72,32 +72,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | --- @@ -166,7 +166,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.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -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.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -190,7 +190,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.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -198,7 +198,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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -206,7 +206,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.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -216,7 +216,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.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -224,7 +224,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.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -232,7 +232,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.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -240,7 +240,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.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -250,7 +250,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.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -260,7 +260,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.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -270,7 +270,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.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -278,7 +278,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.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -289,7 +289,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.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -297,7 +297,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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -305,7 +305,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.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -313,7 +313,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.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -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.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -329,7 +329,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.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -345,7 +345,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.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -353,7 +353,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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -363,7 +363,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.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -371,7 +371,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.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -379,7 +379,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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -389,7 +389,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.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -1694,7 +1694,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1709,7 +1709,7 @@ public OceanAksNpAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1723,7 +1723,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1735,7 +1735,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1749,7 +1749,7 @@ public OceanAksNpAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1769,7 +1769,7 @@ OceanAksNpAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1781,7 +1781,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1815,7 +1815,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic getAutomatic(); automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1835,7 +1835,7 @@ OceanAksNpAutoscalerAutoscaleHeadroomAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1847,7 +1847,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1868,8 +1868,8 @@ OceanAksNpAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1881,7 +1881,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1893,7 +1893,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1961,32 +1961,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | --- @@ -2069,7 +2069,7 @@ public java.lang.String getAksClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2081,7 +2081,7 @@ public java.lang.String getAksInfrastructureResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2093,7 +2093,7 @@ public java.lang.String getAksRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2105,7 +2105,7 @@ public java.lang.String getAksResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2117,7 +2117,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2129,7 +2129,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2143,7 +2143,7 @@ public OceanAksNpAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2155,7 +2155,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2167,7 +2167,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.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2179,7 +2179,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.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2193,7 +2193,7 @@ public OceanAksNpFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2207,7 +2207,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2221,7 +2221,7 @@ public OceanAksNpHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2233,7 +2233,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2248,7 +2248,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2260,7 +2260,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2272,7 +2272,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2284,7 +2284,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2296,7 +2296,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2308,7 +2308,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2320,7 +2320,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2332,7 +2332,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2344,7 +2344,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2358,7 +2358,7 @@ public OceanAksNpScheduling getScheduling(); scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2370,7 +2370,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2382,7 +2382,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2396,7 +2396,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2422,13 +2422,13 @@ OceanAksNpFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | --- @@ -2440,7 +2440,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2452,7 +2452,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2464,7 +2464,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2476,7 +2476,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2488,7 +2488,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2500,7 +2500,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2512,7 +2512,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2535,10 +2535,10 @@ OceanAksNpHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2550,7 +2550,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2562,7 +2562,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2574,7 +2574,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2586,7 +2586,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2606,7 +2606,7 @@ OceanAksNpHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2618,7 +2618,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2652,7 +2652,7 @@ public OceanAksNpSchedulingShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2674,8 +2674,8 @@ OceanAksNpSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2687,7 +2687,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2699,7 +2699,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.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2721,9 +2721,9 @@ OceanAksNpTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2735,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.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2747,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.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2759,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.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- diff --git a/docs/oceanAksNp.python.md b/docs/oceanAksNp.python.md index 73e607342..28480862c 100644 --- a/docs/oceanAksNp.python.md +++ b/docs/oceanAksNp.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). # `oceanAksNp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://reg ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -66,32 +66,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | --- @@ -160,7 +160,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.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_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.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -192,7 +192,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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -210,7 +210,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.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -226,7 +226,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.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -234,7 +234,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.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -244,7 +244,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.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -254,7 +254,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.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -264,7 +264,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.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -283,7 +283,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.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -291,7 +291,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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -299,7 +299,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.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -307,7 +307,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.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -315,7 +315,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.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -323,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.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -331,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -357,7 +357,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.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -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.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -373,7 +373,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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -383,7 +383,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.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -663,7 +663,7 @@ def put_autoscaler( autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -673,7 +673,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.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -681,7 +681,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -691,7 +691,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.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -713,7 +713,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -721,7 +721,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.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -729,7 +729,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.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -737,7 +737,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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -745,7 +745,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.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -753,7 +753,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.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -761,7 +761,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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -791,7 +791,7 @@ def put_health( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -809,7 +809,7 @@ def put_scheduling( shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -1827,7 +1827,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resource_limits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1842,7 +1842,7 @@ autoscale_down: OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1856,7 +1856,7 @@ autoscale_headroom: OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1868,7 +1868,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1882,7 +1882,7 @@ resource_limits: OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1902,7 +1902,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.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1914,7 +1914,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.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1948,7 +1948,7 @@ automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1968,7 +1968,7 @@ oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1980,7 +1980,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -2001,8 +2001,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -2014,7 +2014,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.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2026,7 +2026,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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2086,32 +2086,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | --- @@ -2194,7 +2194,7 @@ aks_cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2206,7 +2206,7 @@ aks_infrastructure_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2218,7 +2218,7 @@ aks_region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2230,7 +2230,7 @@ aks_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2242,7 +2242,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2254,7 +2254,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2268,7 +2268,7 @@ autoscaler: OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2280,7 +2280,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2292,7 +2292,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.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2304,7 +2304,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.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2318,7 +2318,7 @@ filters: OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2332,7 +2332,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpHeadrooms]] headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2346,7 +2346,7 @@ health: OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2358,7 +2358,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2373,7 +2373,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2385,7 +2385,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2397,7 +2397,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.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2409,7 +2409,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.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2421,7 +2421,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.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2433,7 +2433,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.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2445,7 +2445,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2457,7 +2457,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2469,7 +2469,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2483,7 +2483,7 @@ scheduling: OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2495,7 +2495,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.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2507,7 +2507,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2521,7 +2521,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2547,13 +2547,13 @@ oceanAksNp.OceanAksNpFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | --- @@ -2565,7 +2565,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2577,7 +2577,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2589,7 +2589,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.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2601,7 +2601,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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2613,7 +2613,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.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2625,7 +2625,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.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2637,7 +2637,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2660,10 +2660,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2675,7 +2675,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.141.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.142.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2687,7 +2687,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.141.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.142.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2699,7 +2699,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.141.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.142.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2711,7 +2711,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.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2731,7 +2731,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.141.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.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2743,7 +2743,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.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2777,7 +2777,7 @@ shutdown_hours: OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2798,8 +2798,8 @@ oceanAksNp.OceanAksNpSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2811,7 +2811,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2823,7 +2823,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.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2845,9 +2845,9 @@ oceanAksNp.OceanAksNpTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2859,7 +2859,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2871,7 +2871,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2883,7 +2883,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3737,7 +3737,7 @@ def put_automatic( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -4062,7 +4062,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -4080,7 +4080,7 @@ def put_autoscale_headroom( automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -4097,7 +4097,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -4105,7 +4105,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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -6183,7 +6183,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -6191,7 +6191,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.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- diff --git a/docs/oceanAksNp.typescript.md b/docs/oceanAksNp.typescript.md index f04b400c9..5945ffccb 100644 --- a/docs/oceanAksNp.typescript.md +++ b/docs/oceanAksNp.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). # `oceanAksNp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://reg ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -1345,7 +1345,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.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1360,7 +1360,7 @@ public readonly autoscaleDown: OceanAksNpAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1374,7 +1374,7 @@ public readonly autoscaleHeadroom: OceanAksNpAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1386,7 +1386,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1400,7 +1400,7 @@ public readonly resourceLimits: OceanAksNpAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1418,7 +1418,7 @@ const oceanAksNpAutoscalerAutoscaleDown: oceanAksNp.OceanAksNpAutoscalerAutoscal | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1430,7 +1430,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1462,7 +1462,7 @@ public readonly automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1480,7 +1480,7 @@ const oceanAksNpAutoscalerAutoscaleHeadroomAutomatic: oceanAksNp.OceanAksNpAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1492,7 +1492,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1510,8 +1510,8 @@ const oceanAksNpAutoscalerResourceLimits: oceanAksNp.OceanAksNpAutoscalerResourc | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1523,7 +1523,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1535,7 +1535,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1560,32 +1560,32 @@ 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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | cdktf.IResolvable \| OceanAksNpTaints[] | taints block. | --- @@ -1668,7 +1668,7 @@ public readonly aksClusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1680,7 +1680,7 @@ public readonly aksInfrastructureResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -1692,7 +1692,7 @@ public readonly aksRegion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -1704,7 +1704,7 @@ public readonly aksResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -1716,7 +1716,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -1728,7 +1728,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -1742,7 +1742,7 @@ public readonly autoscaler: OceanAksNpAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -1754,7 +1754,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -1766,7 +1766,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -1778,7 +1778,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -1792,7 +1792,7 @@ public readonly filters: OceanAksNpFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -1806,7 +1806,7 @@ public readonly headrooms: IResolvable | OceanAksNpHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -1820,7 +1820,7 @@ public readonly health: OceanAksNpHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -1832,7 +1832,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1847,7 +1847,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -1859,7 +1859,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -1871,7 +1871,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -1883,7 +1883,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -1895,7 +1895,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -1907,7 +1907,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -1919,7 +1919,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -1931,7 +1931,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -1943,7 +1943,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -1957,7 +1957,7 @@ public readonly scheduling: OceanAksNpScheduling; scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -1969,7 +1969,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -1981,7 +1981,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -1995,7 +1995,7 @@ public readonly taints: IResolvable | OceanAksNpTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2013,13 +2013,13 @@ const oceanAksNpFilters: oceanAksNp.OceanAksNpFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | --- @@ -2031,7 +2031,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2043,7 +2043,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2055,7 +2055,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2067,7 +2067,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2079,7 +2079,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2091,7 +2091,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2103,7 +2103,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2121,10 +2121,10 @@ const oceanAksNpHeadrooms: oceanAksNp.OceanAksNpHeadrooms = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2136,7 +2136,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2148,7 +2148,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2160,7 +2160,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2172,7 +2172,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2190,7 +2190,7 @@ const oceanAksNpHealth: oceanAksNp.OceanAksNpHealth = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2202,7 +2202,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2234,7 +2234,7 @@ public readonly shutdownHours: OceanAksNpSchedulingShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2252,8 +2252,8 @@ const oceanAksNpSchedulingShutdownHours: oceanAksNp.OceanAksNpSchedulingShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2265,7 +2265,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2277,7 +2277,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2295,9 +2295,9 @@ const oceanAksNpTaints: oceanAksNp.OceanAksNpTaints = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2309,7 +2309,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2321,7 +2321,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2333,7 +2333,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.csharp.md b/docs/oceanAksNpVirtualNodeGroup.csharp.md index 2e0991e84..ffbfcacf3 100644 --- a/docs/oceanAksNpVirtualNodeGroup.csharp.md +++ b/docs/oceanAksNpVirtualNodeGroup.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group). # `oceanAksNpVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -1164,25 +1164,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | object | taints block. | --- @@ -1265,7 +1265,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1277,7 +1277,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1289,7 +1289,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1301,7 +1301,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1313,7 +1313,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1327,7 +1327,7 @@ public OceanAksNpVirtualNodeGroupFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1341,7 +1341,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1353,7 +1353,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. @@ -1368,7 +1368,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1380,7 +1380,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1392,7 +1392,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1404,7 +1404,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1416,7 +1416,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1428,7 +1428,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1440,7 +1440,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1452,7 +1452,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1464,7 +1464,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1476,7 +1476,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1488,7 +1488,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1502,7 +1502,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1528,13 +1528,13 @@ new OceanAksNpVirtualNodeGroupFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | --- @@ -1546,7 +1546,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1558,7 +1558,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1570,7 +1570,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1582,7 +1582,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1594,7 +1594,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1606,7 +1606,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1618,7 +1618,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1641,10 +1641,10 @@ new OceanAksNpVirtualNodeGroupHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -1656,7 +1656,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -1668,7 +1668,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -1680,7 +1680,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -1692,7 +1692,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -1714,9 +1714,9 @@ new OceanAksNpVirtualNodeGroupTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -1728,7 +1728,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -1740,7 +1740,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -1752,7 +1752,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 166e534e8..ef225c29f 100644 --- a/docs/oceanAksNpVirtualNodeGroup.go.md +++ b/docs/oceanAksNpVirtualNodeGroup.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group). # `oceanAksNpVirtualNodeGroup` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup ``` @@ -435,7 +435,7 @@ func ResetTaints() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -467,7 +467,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -481,7 +481,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -1120,7 +1120,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig { Connection: interface{}, @@ -1135,7 +1135,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtu AvailabilityZones: *[]*string, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, Headrooms: interface{}, Id: *string, KubernetesVersion: *string, @@ -1164,25 +1164,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | interface{} | taints block. | --- @@ -1265,7 +1265,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1277,7 +1277,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1289,7 +1289,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1301,7 +1301,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1313,7 +1313,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1327,7 +1327,7 @@ Filters OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1341,7 +1341,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1353,7 +1353,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. @@ -1368,7 +1368,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1380,7 +1380,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1392,7 +1392,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1404,7 +1404,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1416,7 +1416,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1428,7 +1428,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1440,7 +1440,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1452,7 +1452,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1464,7 +1464,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1476,7 +1476,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1488,7 +1488,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1502,7 +1502,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1511,7 +1511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters { Architectures: *[]*string, @@ -1528,13 +1528,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | --- @@ -1546,7 +1546,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1558,7 +1558,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1570,7 +1570,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1582,7 +1582,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1594,7 +1594,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1606,7 +1606,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1618,7 +1618,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1627,7 +1627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms { CpuPerUnit: *f64, @@ -1641,10 +1641,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -1656,7 +1656,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -1668,7 +1668,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -1680,7 +1680,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -1692,7 +1692,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints { Effect: *string, @@ -1714,9 +1714,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -1728,7 +1728,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -1740,7 +1740,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -1752,7 +1752,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -1763,7 +1763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference ``` @@ -2215,7 +2215,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList ``` @@ -2358,7 +2358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference ``` @@ -2741,7 +2741,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList ``` @@ -2884,7 +2884,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference ``` diff --git a/docs/oceanAksNpVirtualNodeGroup.java.md b/docs/oceanAksNpVirtualNodeGroup.java.md index 1e84f315f..4e207606a 100644 --- a/docs/oceanAksNpVirtualNodeGroup.java.md +++ b/docs/oceanAksNpVirtualNodeGroup.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group). # `oceanAksNpVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -65,25 +65,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | --- @@ -152,7 +152,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -168,7 +168,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -176,7 +176,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -184,7 +184,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -194,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -204,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -212,7 +212,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.141.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.142.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. @@ -223,7 +223,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -231,7 +231,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -239,7 +239,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -247,7 +247,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -255,7 +255,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -263,7 +263,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -271,7 +271,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -279,7 +279,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -295,7 +295,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -303,7 +303,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -313,7 +313,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1439,25 +1439,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| maxCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | --- @@ -1540,7 +1540,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1552,7 +1552,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1564,7 +1564,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1576,7 +1576,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1588,7 +1588,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1602,7 +1602,7 @@ public OceanAksNpVirtualNodeGroupFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1616,7 +1616,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1628,7 +1628,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. @@ -1643,7 +1643,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1655,7 +1655,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1667,7 +1667,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1679,7 +1679,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1691,7 +1691,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1703,7 +1703,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1715,7 +1715,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1727,7 +1727,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1739,7 +1739,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1751,7 +1751,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1763,7 +1763,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1777,7 +1777,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1803,13 +1803,13 @@ OceanAksNpVirtualNodeGroupFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | --- @@ -1821,7 +1821,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1833,7 +1833,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1845,7 +1845,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1857,7 +1857,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1869,7 +1869,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1881,7 +1881,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1893,7 +1893,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1916,10 +1916,10 @@ OceanAksNpVirtualNodeGroupHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -1931,7 +1931,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -1943,7 +1943,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -1955,7 +1955,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -1967,7 +1967,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -1989,9 +1989,9 @@ OceanAksNpVirtualNodeGroupTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2003,7 +2003,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2015,7 +2015,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2027,7 +2027,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.python.md b/docs/oceanAksNpVirtualNodeGroup.python.md index ba87ab51d..7a72e5c4d 100644 --- a/docs/oceanAksNpVirtualNodeGroup.python.md +++ b/docs/oceanAksNpVirtualNodeGroup.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group). # `oceanAksNpVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -59,25 +59,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | --- @@ -146,7 +146,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -162,7 +162,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -170,7 +170,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -188,7 +188,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -198,7 +198,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -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.141.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.142.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. @@ -217,7 +217,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -225,7 +225,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -233,7 +233,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -241,7 +241,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -249,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -257,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -281,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -289,7 +289,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -297,7 +297,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -307,7 +307,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -582,7 +582,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -590,7 +590,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -598,7 +598,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -606,7 +606,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -614,7 +614,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -622,7 +622,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -630,7 +630,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1518,25 +1518,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| max_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | --- @@ -1619,7 +1619,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1631,7 +1631,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1643,7 +1643,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1655,7 +1655,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1667,7 +1667,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1681,7 +1681,7 @@ filters: OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1695,7 +1695,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupHeadr headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1707,7 +1707,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. @@ -1722,7 +1722,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1734,7 +1734,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1746,7 +1746,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1758,7 +1758,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1770,7 +1770,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1782,7 +1782,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1794,7 +1794,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1806,7 +1806,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1818,7 +1818,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1830,7 +1830,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1842,7 +1842,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1856,7 +1856,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1882,13 +1882,13 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | --- @@ -1900,7 +1900,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1912,7 +1912,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1924,7 +1924,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1936,7 +1936,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1948,7 +1948,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1960,7 +1960,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1972,7 +1972,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1995,10 +1995,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2010,7 +2010,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2022,7 +2022,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2034,7 +2034,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2046,7 +2046,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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2068,9 +2068,9 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2082,7 +2082,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2094,7 +2094,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2106,7 +2106,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.typescript.md b/docs/oceanAksNpVirtualNodeGroup.typescript.md index eca3a1ee4..15acc08f4 100644 --- a/docs/oceanAksNpVirtualNodeGroup.typescript.md +++ b/docs/oceanAksNpVirtualNodeGroup.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group). # `oceanAksNpVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -1136,25 +1136,25 @@ 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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | -| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. | +| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupTaints[] | taints block. | --- @@ -1237,7 +1237,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1249,7 +1249,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1261,7 +1261,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1273,7 +1273,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1285,7 +1285,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1299,7 +1299,7 @@ public readonly filters: OceanAksNpVirtualNodeGroupFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1313,7 +1313,7 @@ public readonly headrooms: IResolvable | OceanAksNpVirtualNodeGroupHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1325,7 +1325,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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. @@ -1340,7 +1340,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1352,7 +1352,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1364,7 +1364,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1376,7 +1376,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1388,7 +1388,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1400,7 +1400,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1412,7 +1412,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1424,7 +1424,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1436,7 +1436,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1448,7 +1448,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1460,7 +1460,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1474,7 +1474,7 @@ public readonly taints: IResolvable | OceanAksNpVirtualNodeGroupTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1492,13 +1492,13 @@ const oceanAksNpVirtualNodeGroupFilters: oceanAksNpVirtualNodeGroup.OceanAksNpVi | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | --- @@ -1510,7 +1510,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1522,7 +1522,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1534,7 +1534,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1546,7 +1546,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1558,7 +1558,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1570,7 +1570,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1582,7 +1582,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1600,10 +1600,10 @@ const oceanAksNpVirtualNodeGroupHeadrooms: oceanAksNpVirtualNodeGroup.OceanAksNp | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -1615,7 +1615,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -1627,7 +1627,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -1639,7 +1639,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -1651,7 +1651,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -1669,9 +1669,9 @@ const oceanAksNpVirtualNodeGroupTaints: oceanAksNpVirtualNodeGroup.OceanAksNpVir | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -1683,7 +1683,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -1695,7 +1695,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -1707,7 +1707,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.csharp.md b/docs/oceanAksVirtualNodeGroup.csharp.md index 5da6829f7..857899830 100644 --- a/docs/oceanAksVirtualNodeGroup.csharp.md +++ b/docs/oceanAksVirtualNodeGroup.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). # `oceanAksVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_gro ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -839,7 +839,7 @@ new OceanAksVirtualNodeGroupAutoscale { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | AutoscaleHeadroom | object | autoscale_headroom block. | --- @@ -852,7 +852,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -866,7 +866,7 @@ public object AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -889,10 +889,10 @@ new OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | -| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | -| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | +| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | +| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | +| GpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | +| MemoryPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -904,7 +904,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -916,7 +916,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -928,7 +928,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -940,7 +940,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -982,15 +982,15 @@ new OceanAksVirtualNodeGroupConfig { | 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | Autoscale | object | autoscale block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | Label | object | label block. | | LaunchSpecification | object | launch_specification block. | | ResourceLimits | object | resource_limits block. | | Taint | object | taint block. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1072,7 +1072,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1084,7 +1084,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1098,7 +1098,7 @@ public object Autoscale { get; set; } autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1110,7 +1110,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ public object Label { get; set; } label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1141,7 +1141,7 @@ public object LaunchSpecification { get; set; } launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1155,7 +1155,7 @@ public object ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1169,7 +1169,7 @@ public object Taint { get; set; } taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1181,7 +1181,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1202,8 +1202,8 @@ new OceanAksVirtualNodeGroupLabel { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#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.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#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.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1249,7 +1249,7 @@ new OceanAksVirtualNodeGroupLaunchSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | +| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | OsDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | Tag | object | tag block. | @@ -1263,7 +1263,7 @@ public double MaxPods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1277,7 +1277,7 @@ public OceanAksVirtualNodeGroupLaunchSpecificationOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1291,7 +1291,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1313,9 +1313,9 @@ new OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | -| UtilizeEphemeralStorage | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | +| UtilizeEphemeralStorage | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1327,7 +1327,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1339,7 +1339,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1351,7 +1351,7 @@ public object UtilizeEphemeralStorage { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1372,8 +1372,8 @@ new OceanAksVirtualNodeGroupLaunchSpecificationTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1385,7 +1385,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1397,7 +1397,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1417,7 +1417,7 @@ new OceanAksVirtualNodeGroupResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | +| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1429,7 +1429,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1451,9 +1451,9 @@ new OceanAksVirtualNodeGroupTaint { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1465,7 +1465,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1477,7 +1477,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1489,7 +1489,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md index fb8ecd7d0..aa803778e 100644 --- a/docs/oceanAksVirtualNodeGroup.go.md +++ b/docs/oceanAksVirtualNodeGroup.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). # `oceanAksVirtualNodeGroup` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_gro ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup ``` @@ -384,7 +384,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -416,7 +416,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -430,7 +430,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -827,7 +827,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale { AutoHeadroomPercentage: *f64, @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | AutoscaleHeadroom | interface{} | autoscale_headroom block. | --- @@ -852,7 +852,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -866,7 +866,7 @@ AutoscaleHeadroom interface{} autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -875,7 +875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { NumOfUnits: *f64, @@ -889,10 +889,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | -| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | -| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | +| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | +| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | +| GpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | +| MemoryPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -904,7 +904,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -916,7 +916,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -928,7 +928,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -940,7 +940,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -949,7 +949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig { Connection: interface{}, @@ -982,15 +982,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | Autoscale | interface{} | autoscale block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | Label | interface{} | label block. | | LaunchSpecification | interface{} | launch_specification block. | | ResourceLimits | interface{} | resource_limits block. | | Taint | interface{} | taint block. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1072,7 +1072,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1084,7 +1084,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1098,7 +1098,7 @@ Autoscale interface{} autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1110,7 +1110,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ Label interface{} label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1141,7 +1141,7 @@ LaunchSpecification interface{} launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1155,7 +1155,7 @@ ResourceLimits interface{} resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1169,7 +1169,7 @@ Taint interface{} taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1181,7 +1181,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1190,7 +1190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel { Key: *string, @@ -1202,8 +1202,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1215,7 +1215,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1227,7 +1227,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1236,11 +1236,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecification { MaxPods: *f64, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, Tag: interface{}, } ``` @@ -1249,7 +1249,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | +| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | OsDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | Tag | interface{} | tag block. | @@ -1263,7 +1263,7 @@ MaxPods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1277,7 +1277,7 @@ OsDisk OceanAksVirtualNodeGroupLaunchSpecificationOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1291,7 +1291,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1300,7 +1300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { SizeGb: *f64, @@ -1313,9 +1313,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | -| UtilizeEphemeralStorage | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | +| UtilizeEphemeralStorage | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1327,7 +1327,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1339,7 +1339,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1351,7 +1351,7 @@ UtilizeEphemeralStorage interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1360,7 +1360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag { Key: *string, @@ -1372,8 +1372,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1385,7 +1385,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1397,7 +1397,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1406,7 +1406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits { MaxInstanceCount: *f64, @@ -1417,7 +1417,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | +| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1429,7 +1429,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1438,7 +1438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint { Effect: *string, @@ -1451,9 +1451,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1465,7 +1465,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1477,7 +1477,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1489,7 +1489,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1500,7 +1500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList ``` @@ -1643,7 +1643,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference ``` @@ -2019,7 +2019,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList ``` @@ -2162,7 +2162,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference ``` @@ -2500,7 +2500,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList ``` @@ -2643,7 +2643,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference ``` @@ -2961,7 +2961,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList ``` @@ -3104,7 +3104,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ``` @@ -3433,7 +3433,7 @@ func InternalValue() OceanAksVirtualNodeGroupLaunchSpecificationOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference ``` @@ -3813,7 +3813,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList ``` @@ -3956,7 +3956,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference ``` @@ -4281,7 +4281,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList ``` @@ -4424,7 +4424,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference ``` @@ -4720,7 +4720,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList ``` @@ -4863,7 +4863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupTaintOutputReference ``` diff --git a/docs/oceanAksVirtualNodeGroup.java.md b/docs/oceanAksVirtualNodeGroup.java.md index da7ca43c2..865d79295 100644 --- a/docs/oceanAksVirtualNodeGroup.java.md +++ b/docs/oceanAksVirtualNodeGroup.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). # `oceanAksVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_gro ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -55,15 +55,15 @@ OceanAksVirtualNodeGroup.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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | autoscale | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupAutoscale> | autoscale block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | label | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupLabel> | label block. | | launchSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupLaunchSpecification> | launch_specification block. | | resourceLimits | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupResourceLimits> | resource_limits block. | | taint | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupTaint> | taint block. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -131,7 +131,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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -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.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -157,7 +157,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.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -170,7 +170,7 @@ If you experience problems setting this value it might not be settable. Please t label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -190,7 +190,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.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -208,7 +208,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.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1002,7 +1002,7 @@ OceanAksVirtualNodeGroupAutoscale.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | autoscaleHeadroom | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom> | autoscale_headroom block. | --- @@ -1015,7 +1015,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1029,7 +1029,7 @@ public java.lang.Object getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1052,10 +1052,10 @@ OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | -| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | -| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | +| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | +| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | +| gpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | +| memoryPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1067,7 +1067,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1079,7 +1079,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1091,7 +1091,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1103,7 +1103,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1154,15 +1154,15 @@ OceanAksVirtualNodeGroupConfig.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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| oceanId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | autoscale | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupAutoscale> | autoscale block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | label | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupLabel> | label block. | | launchSpecification | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupLaunchSpecification> | launch_specification block. | | resourceLimits | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupResourceLimits> | resource_limits block. | | taint | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupTaint> | taint block. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1244,7 +1244,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1256,7 +1256,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1270,7 +1270,7 @@ public java.lang.Object getAutoscale(); autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1282,7 +1282,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1299,7 +1299,7 @@ public java.lang.Object getLabel(); label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1313,7 +1313,7 @@ public java.lang.Object getLaunchSpecification(); launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1327,7 +1327,7 @@ public java.lang.Object getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1341,7 +1341,7 @@ public java.lang.Object getTaint(); taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1353,7 +1353,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1374,8 +1374,8 @@ OceanAksVirtualNodeGroupLabel.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1387,7 +1387,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1399,7 +1399,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1422,7 +1422,7 @@ OceanAksVirtualNodeGroupLaunchSpecification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | +| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | osDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksVirtualNodeGroupLaunchSpecificationTag> | tag block. | @@ -1436,7 +1436,7 @@ public java.lang.Number getMaxPods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1450,7 +1450,7 @@ public OceanAksVirtualNodeGroupLaunchSpecificationOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1464,7 +1464,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1487,9 +1487,9 @@ OceanAksVirtualNodeGroupLaunchSpecificationOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | -| utilizeEphemeralStorage | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | +| utilizeEphemeralStorage | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1501,7 +1501,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1513,7 +1513,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1525,7 +1525,7 @@ public java.lang.Object getUtilizeEphemeralStorage(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1546,8 +1546,8 @@ OceanAksVirtualNodeGroupLaunchSpecificationTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1559,7 +1559,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1571,7 +1571,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1591,7 +1591,7 @@ OceanAksVirtualNodeGroupResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | +| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1603,7 +1603,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1625,9 +1625,9 @@ OceanAksVirtualNodeGroupTaint.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1639,7 +1639,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1651,7 +1651,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1663,7 +1663,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.python.md b/docs/oceanAksVirtualNodeGroup.python.md index 6736eb777..32cfe85d1 100644 --- a/docs/oceanAksVirtualNodeGroup.python.md +++ b/docs/oceanAksVirtualNodeGroup.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). # `oceanAksVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_gro ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -48,15 +48,15 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroup( | 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | autoscale | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupAutoscale]] | autoscale block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | label | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupLabel]] | label block. | | launch_specification | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupLaunchSpecification]] | launch_specification block. | | resource_limits | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupResourceLimits]] | resource_limits block. | | taint | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupTaint]] | taint block. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -124,7 +124,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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -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.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -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.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ If you experience problems setting this value it might not be settable. Please t label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -183,7 +183,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.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -201,7 +201,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.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1035,7 +1035,7 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupAutoscale( | **Name** | **Type** | **Description** | | --- | --- | --- | -| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | +| auto_headroom_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | autoscale_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom]] | autoscale_headroom block. | --- @@ -1048,7 +1048,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.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1062,7 +1062,7 @@ autoscale_headroom: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGro autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1085,10 +1085,10 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | -| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | -| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | -| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | +| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | +| cpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | +| gpu_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | +| memory_per_unit | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1100,7 +1100,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.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1112,7 +1112,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.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1124,7 +1124,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.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1136,7 +1136,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.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1178,15 +1178,15 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupConfig( | 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| ocean_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | autoscale | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupAutoscale]] | autoscale block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | label | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupLabel]] | label block. | | launch_specification | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupLaunchSpecification]] | launch_specification block. | | resource_limits | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupResourceLimits]] | resource_limits block. | | taint | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupTaint]] | taint block. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1268,7 +1268,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1280,7 +1280,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1294,7 +1294,7 @@ autoscale: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupAutosca autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1306,7 +1306,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1323,7 +1323,7 @@ label: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupLabel]] label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1337,7 +1337,7 @@ launch_specification: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeG launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1351,7 +1351,7 @@ resource_limits: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupR resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1365,7 +1365,7 @@ taint: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupTaint]] taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1377,7 +1377,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1398,8 +1398,8 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLabel( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1411,7 +1411,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1423,7 +1423,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1445,7 +1445,7 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecification( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | +| max_pods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | os_disk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | tag | typing.Union[cdktf.IResolvable, typing.List[OceanAksVirtualNodeGroupLaunchSpecificationTag]] | tag block. | @@ -1459,7 +1459,7 @@ max_pods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1473,7 +1473,7 @@ os_disk: OceanAksVirtualNodeGroupLaunchSpecificationOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1487,7 +1487,7 @@ tag: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupLaunchSpecifi tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1509,9 +1509,9 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | -| utilize_ephemeral_storage | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | +| utilize_ephemeral_storage | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1523,7 +1523,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.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1535,7 +1535,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1547,7 +1547,7 @@ utilize_ephemeral_storage: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1568,8 +1568,8 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1581,7 +1581,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1593,7 +1593,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1613,7 +1613,7 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupResourceLimits( | **Name** | **Type** | **Description** | | --- | --- | --- | -| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | +| max_instance_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1625,7 +1625,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.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1647,9 +1647,9 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupTaint( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1661,7 +1661,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1673,7 +1673,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1685,7 +1685,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -4031,7 +4031,7 @@ def put_os_disk( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -4039,7 +4039,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -4047,7 +4047,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.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- diff --git a/docs/oceanAksVirtualNodeGroup.typescript.md b/docs/oceanAksVirtualNodeGroup.typescript.md index 8988a14c5..a70b8fb45 100644 --- a/docs/oceanAksVirtualNodeGroup.typescript.md +++ b/docs/oceanAksVirtualNodeGroup.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). # `oceanAksVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_gro ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -836,7 +836,7 @@ const oceanAksVirtualNodeGroupAutoscale: oceanAksVirtualNodeGroup.OceanAksVirtua | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | autoscaleHeadroom | cdktf.IResolvable \| OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom[] | autoscale_headroom block. | --- @@ -849,7 +849,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -863,7 +863,7 @@ public readonly autoscaleHeadroom: IResolvable | OceanAksVirtualNodeGroupAutosca autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -881,10 +881,10 @@ const oceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom: oceanAksVirtualNodeGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | -| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | -| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | +| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. | +| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. | +| gpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. | +| memoryPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -896,7 +896,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -908,7 +908,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -920,7 +920,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -932,7 +932,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -957,15 +957,15 @@ const oceanAksVirtualNodeGroupConfig: oceanAksVirtualNodeGroup.OceanAksVirtualNo | 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. | +| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. | | autoscale | cdktf.IResolvable \| OceanAksVirtualNodeGroupAutoscale[] | autoscale block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. | | label | cdktf.IResolvable \| OceanAksVirtualNodeGroupLabel[] | label block. | | launchSpecification | cdktf.IResolvable \| OceanAksVirtualNodeGroupLaunchSpecification[] | launch_specification block. | | resourceLimits | cdktf.IResolvable \| OceanAksVirtualNodeGroupResourceLimits[] | resource_limits block. | | taint | cdktf.IResolvable \| OceanAksVirtualNodeGroupTaint[] | taint block. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1047,7 +1047,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1059,7 +1059,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1073,7 +1073,7 @@ public readonly autoscale: IResolvable | OceanAksVirtualNodeGroupAutoscale[]; autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1085,7 +1085,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1102,7 +1102,7 @@ public readonly label: IResolvable | OceanAksVirtualNodeGroupLabel[]; label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1116,7 +1116,7 @@ public readonly launchSpecification: IResolvable | OceanAksVirtualNodeGroupLaunc launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1130,7 +1130,7 @@ public readonly resourceLimits: IResolvable | OceanAksVirtualNodeGroupResourceLi resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1144,7 +1144,7 @@ public readonly taint: IResolvable | OceanAksVirtualNodeGroupTaint[]; taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1156,7 +1156,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1174,8 +1174,8 @@ const oceanAksVirtualNodeGroupLabel: oceanAksVirtualNodeGroup.OceanAksVirtualNod | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1187,7 +1187,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1199,7 +1199,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1217,7 +1217,7 @@ const oceanAksVirtualNodeGroupLaunchSpecification: oceanAksVirtualNodeGroup.Ocea | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | +| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | osDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | tag | cdktf.IResolvable \| OceanAksVirtualNodeGroupLaunchSpecificationTag[] | tag block. | @@ -1231,7 +1231,7 @@ public readonly maxPods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1245,7 +1245,7 @@ public readonly osDisk: OceanAksVirtualNodeGroupLaunchSpecificationOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1259,7 +1259,7 @@ public readonly tag: IResolvable | OceanAksVirtualNodeGroupLaunchSpecificationTa tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1277,9 +1277,9 @@ const oceanAksVirtualNodeGroupLaunchSpecificationOsDisk: oceanAksVirtualNodeGrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | -| utilizeEphemeralStorage | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. | +| utilizeEphemeralStorage | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1291,7 +1291,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1303,7 +1303,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1315,7 +1315,7 @@ public readonly utilizeEphemeralStorage: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1333,8 +1333,8 @@ const oceanAksVirtualNodeGroupLaunchSpecificationTag: oceanAksVirtualNodeGroup.O | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1346,7 +1346,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1358,7 +1358,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1376,7 +1376,7 @@ const oceanAksVirtualNodeGroupResourceLimits: oceanAksVirtualNodeGroup.OceanAksV | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | +| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1388,7 +1388,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1406,9 +1406,9 @@ const oceanAksVirtualNodeGroupTaint: oceanAksVirtualNodeGroup.OceanAksVirtualNod | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1420,7 +1420,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1432,7 +1432,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1444,7 +1444,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAws.csharp.md b/docs/oceanAws.csharp.md index 2152cb76a..5a879d476 100644 --- a/docs/oceanAws.csharp.md +++ b/docs/oceanAws.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). # `oceanAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://regist ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -1794,14 +1794,14 @@ new OceanAwsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1814,7 +1814,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -1826,7 +1826,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -1840,7 +1840,7 @@ public OceanAwsAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -1854,7 +1854,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -1866,7 +1866,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -1878,7 +1878,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -1890,7 +1890,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -1902,7 +1902,7 @@ public string[] ExtendedResourceDefinitions { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -1916,7 +1916,7 @@ public OceanAwsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -1937,8 +1937,8 @@ new OceanAwsAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -1950,7 +1950,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -1962,7 +1962,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -1985,10 +1985,10 @@ new OceanAwsAutoscalerAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2000,7 +2000,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2012,7 +2012,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2024,7 +2024,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2036,7 +2036,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2057,8 +2057,8 @@ new OceanAwsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2070,7 +2070,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2082,7 +2082,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2103,7 +2103,7 @@ new OceanAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2116,7 +2116,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2130,7 +2130,7 @@ public OceanAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2159,16 +2159,16 @@ new OceanAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2180,7 +2180,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2194,7 +2194,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops DynamicIops { get; set; } dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2208,7 +2208,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2220,7 +2220,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2232,7 +2232,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2244,7 +2244,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2256,7 +2256,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2268,7 +2268,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2280,7 +2280,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2292,7 +2292,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2314,9 +2314,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicIops { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2328,7 +2328,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2340,7 +2340,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2352,7 +2352,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2374,9 +2374,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2388,7 +2388,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2400,7 +2400,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2412,7 +2412,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2432,7 +2432,7 @@ new OceanAwsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2444,7 +2444,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2516,45 +2516,45 @@ new OceanAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | Autoscaler | OceanAwsAutoscaler | autoscaler block. | -| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| ControllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | | InstanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | ResourceTagSpecification | object | resource_tag_specification block. | -| RootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | object | scheduled_task block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2636,7 +2636,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2648,7 +2648,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2660,7 +2660,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2672,7 +2672,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2686,7 +2686,7 @@ public OceanAwsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2698,7 +2698,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2712,7 +2712,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2726,7 +2726,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2738,7 +2738,7 @@ public string ControllerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2750,7 +2750,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2762,7 +2762,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2774,7 +2774,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2786,7 +2786,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2800,7 +2800,7 @@ public OceanAwsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -2812,7 +2812,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -2824,7 +2824,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -2836,7 +2836,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2851,7 +2851,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -2865,7 +2865,7 @@ public OceanAwsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -2877,7 +2877,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -2891,7 +2891,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -2905,7 +2905,7 @@ public OceanAwsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -2917,7 +2917,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -2929,7 +2929,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -2941,7 +2941,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -2953,7 +2953,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2965,7 +2965,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -2979,7 +2979,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -2991,7 +2991,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3005,7 +3005,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3017,7 +3017,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3029,7 +3029,7 @@ public string SpreadNodesBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3043,7 +3043,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3057,7 +3057,7 @@ public OceanAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3069,7 +3069,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3081,7 +3081,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3093,7 +3093,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3105,7 +3105,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3117,7 +3117,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3155,25 +3155,25 @@ new OceanAwsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3185,7 +3185,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3197,7 +3197,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3209,7 +3209,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3221,7 +3221,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3233,7 +3233,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3245,7 +3245,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3257,7 +3257,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3269,7 +3269,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3281,7 +3281,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3293,7 +3293,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3305,7 +3305,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3317,7 +3317,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3329,7 +3329,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3341,7 +3341,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3353,7 +3353,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3365,7 +3365,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3377,7 +3377,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3389,7 +3389,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3401,7 +3401,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3422,8 +3422,8 @@ new OceanAwsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3435,7 +3435,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3447,7 +3447,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3469,9 +3469,9 @@ new OceanAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3483,7 +3483,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3495,7 +3495,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3507,7 +3507,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3541,7 +3541,7 @@ public OceanAwsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3575,7 +3575,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3595,7 +3595,7 @@ new OceanAwsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3607,7 +3607,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3630,7 +3630,7 @@ new OceanAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3642,7 +3642,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3678,7 +3678,7 @@ public OceanAwsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3692,7 +3692,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3713,8 +3713,8 @@ new OceanAwsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3726,7 +3726,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3738,7 +3738,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3760,9 +3760,9 @@ new OceanAwsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | --- @@ -3774,7 +3774,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3786,7 +3786,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3798,7 +3798,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -3819,8 +3819,8 @@ new OceanAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -3832,7 +3832,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -3844,7 +3844,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -3867,9 +3867,9 @@ new OceanAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -3882,7 +3882,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -3894,7 +3894,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -3906,7 +3906,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -3920,7 +3920,7 @@ public OceanAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -3943,10 +3943,10 @@ new OceanAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -3958,7 +3958,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -3970,7 +3970,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -3982,7 +3982,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -3994,7 +3994,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index 802161ffa..c9adea5bd 100644 --- a/docs/oceanAws.go.md +++ b/docs/oceanAws.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). # `oceanAws` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://regist ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws ``` @@ -672,7 +672,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsConstruct(x interface{}) *bool ``` @@ -704,7 +704,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ``` @@ -718,7 +718,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ``` @@ -1775,18 +1775,18 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscaler { AutoHeadroomPercentage: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, EnableAutomaticAndManualHeadroom: interface{}, ExtendedResourceDefinitions: *[]*string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits, } ``` @@ -1794,14 +1794,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1814,7 +1814,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -1826,7 +1826,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -1840,7 +1840,7 @@ AutoscaleDown OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -1854,7 +1854,7 @@ AutoscaleHeadroom OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -1866,7 +1866,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -1878,7 +1878,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -1890,7 +1890,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -1902,7 +1902,7 @@ ExtendedResourceDefinitions *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -1916,7 +1916,7 @@ ResourceLimits OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -1925,7 +1925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleDown { EvaluationPeriods: *f64, @@ -1937,8 +1937,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -1950,7 +1950,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -1962,7 +1962,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom { CpuPerUnit: *f64, @@ -1985,10 +1985,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2000,7 +2000,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2012,7 +2012,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2024,7 +2024,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2036,7 +2036,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2045,7 +2045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2057,8 +2057,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2070,7 +2070,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2082,7 +2082,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2091,11 +2091,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs, } ``` @@ -2103,7 +2103,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2116,7 +2116,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2130,7 +2130,7 @@ Ebs OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2139,12 +2139,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2159,16 +2159,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2180,7 +2180,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2194,7 +2194,7 @@ DynamicIops OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2208,7 +2208,7 @@ DynamicVolumeSize OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2220,7 +2220,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2232,7 +2232,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2244,7 +2244,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2256,7 +2256,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2268,7 +2268,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2280,7 +2280,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2292,7 +2292,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2301,7 +2301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops { BaseSize: *f64, @@ -2314,9 +2314,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2328,7 +2328,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2340,7 +2340,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2352,7 +2352,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2361,7 +2361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2374,9 +2374,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2388,7 +2388,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2400,7 +2400,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2412,7 +2412,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2421,7 +2421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsClusterOrientation { AvailabilityVsCost: *string, @@ -2432,7 +2432,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2444,7 +2444,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2453,7 +2453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsConfig { Connection: interface{}, @@ -2467,7 +2467,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" SubnetIds: *[]*string, AssociateIpv6Address: interface{}, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, @@ -2476,15 +2476,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" DrainingTimeout: *f64, EbsOptimized: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters, GracePeriod: *f64, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions, KeyName: *string, LoadBalancers: interface{}, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, @@ -2496,7 +2496,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" SpotPercentage: *f64, SpreadNodesBy: *string, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2516,45 +2516,45 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.* | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | Autoscaler | OceanAwsAutoscaler | autoscaler block. | -| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| ControllerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | | InstanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | ResourceTagSpecification | interface{} | resource_tag_specification block. | -| RootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | interface{} | scheduled_task block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2636,7 +2636,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2648,7 +2648,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2660,7 +2660,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2672,7 +2672,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2686,7 +2686,7 @@ Autoscaler OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2698,7 +2698,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2712,7 +2712,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2726,7 +2726,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2738,7 +2738,7 @@ ControllerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2750,7 +2750,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2762,7 +2762,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2774,7 +2774,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2786,7 +2786,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2800,7 +2800,7 @@ Filters OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -2812,7 +2812,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -2824,7 +2824,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -2836,7 +2836,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2851,7 +2851,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -2865,7 +2865,7 @@ InstanceMetadataOptions OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -2877,7 +2877,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -2891,7 +2891,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -2905,7 +2905,7 @@ Logging OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -2917,7 +2917,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -2929,7 +2929,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -2941,7 +2941,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -2953,7 +2953,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2965,7 +2965,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -2979,7 +2979,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -2991,7 +2991,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3005,7 +3005,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3017,7 +3017,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3029,7 +3029,7 @@ SpreadNodesBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3043,7 +3043,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3057,7 +3057,7 @@ UpdatePolicy OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3069,7 +3069,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3081,7 +3081,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3093,7 +3093,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3105,7 +3105,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3117,7 +3117,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3126,7 +3126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsFilters { Architectures: *[]*string, @@ -3155,25 +3155,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3185,7 +3185,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3197,7 +3197,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3209,7 +3209,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3221,7 +3221,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3233,7 +3233,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3245,7 +3245,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3257,7 +3257,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3269,7 +3269,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3281,7 +3281,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3293,7 +3293,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3305,7 +3305,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3317,7 +3317,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3329,7 +3329,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3341,7 +3341,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3353,7 +3353,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3365,7 +3365,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3377,7 +3377,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3389,7 +3389,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3401,7 +3401,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3410,7 +3410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsInstanceMetadataOptions { HttpTokens: *string, @@ -3422,8 +3422,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3435,7 +3435,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3447,7 +3447,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3456,7 +3456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoadBalancers { Arn: *string, @@ -3469,9 +3469,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3483,7 +3483,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3495,7 +3495,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3507,7 +3507,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3516,10 +3516,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport, } ``` @@ -3541,7 +3541,7 @@ Export OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3550,7 +3550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExport { S3: interface{}, @@ -3575,7 +3575,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3584,7 +3584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExportS3 { Id: *string, @@ -3595,7 +3595,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3607,7 +3607,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3619,7 +3619,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsResourceTagSpecification { ShouldTagVolumes: interface{}, @@ -3630,7 +3630,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3642,7 +3642,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3651,10 +3651,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3678,7 +3678,7 @@ ShutdownHours OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3692,7 +3692,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3701,7 +3701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3713,8 +3713,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3726,7 +3726,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3738,7 +3738,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3747,7 +3747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskTasks { CronExpression: *string, @@ -3760,9 +3760,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | --- @@ -3774,7 +3774,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3786,7 +3786,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3798,7 +3798,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -3807,7 +3807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsTags { Key: *string, @@ -3819,8 +3819,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -3832,7 +3832,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -3844,7 +3844,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -3853,13 +3853,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAws.OceanAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig, } ``` @@ -3867,9 +3867,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -3882,7 +3882,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -3894,7 +3894,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -3906,7 +3906,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -3920,7 +3920,7 @@ RollConfig OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -3929,7 +3929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3943,10 +3943,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -3958,7 +3958,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -3970,7 +3970,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -3982,7 +3982,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -3994,7 +3994,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4005,7 +4005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference ``` @@ -4312,7 +4312,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference ``` @@ -4677,7 +4677,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference ``` @@ -5226,7 +5226,7 @@ func InternalValue() OceanAwsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference ``` @@ -5533,7 +5533,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference ``` @@ -5848,7 +5848,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -6163,7 +6163,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference ``` @@ -6728,7 +6728,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList ``` @@ -6871,7 +6871,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference ``` @@ -7209,7 +7209,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList ``` @@ -7352,7 +7352,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference ``` @@ -7648,7 +7648,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference ``` @@ -8448,7 +8448,7 @@ func InternalValue() OceanAwsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference ``` @@ -8748,7 +8748,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList ``` @@ -8891,7 +8891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference ``` @@ -9245,7 +9245,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference ``` @@ -9536,7 +9536,7 @@ func InternalValue() OceanAwsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List ``` @@ -9679,7 +9679,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference ``` @@ -9968,7 +9968,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference ``` @@ -10259,7 +10259,7 @@ func InternalValue() OceanAwsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList ``` @@ -10402,7 +10402,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference ``` @@ -10698,7 +10698,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskList ``` @@ -10841,7 +10841,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskOutputReference ``` @@ -11192,7 +11192,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference ``` @@ -11492,7 +11492,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList ``` @@ -11635,7 +11635,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference ``` @@ -11968,7 +11968,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList ``` @@ -12111,7 +12111,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference ``` @@ -12422,7 +12422,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference ``` @@ -12793,7 +12793,7 @@ func InternalValue() OceanAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAws.java.md b/docs/oceanAws.java.md index 7c5418b8a..c3a82da5c 100644 --- a/docs/oceanAws.java.md +++ b/docs/oceanAws.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). # `oceanAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://regist ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -94,45 +94,45 @@ 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.* | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | 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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsScheduledTask> | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -200,7 +200,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.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -208,7 +208,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.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -216,7 +216,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.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -224,7 +224,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.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -234,7 +234,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.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -242,7 +242,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.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -252,7 +252,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.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -262,7 +262,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.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -270,7 +270,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.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -278,7 +278,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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -286,7 +286,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.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -294,7 +294,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.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -302,7 +302,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.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -312,7 +312,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.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -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.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -336,7 +336,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.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -347,7 +347,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.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -357,7 +357,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.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -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.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -375,7 +375,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.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -385,7 +385,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.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -393,7 +393,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.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -401,7 +401,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.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -409,7 +409,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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -417,7 +417,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.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -425,7 +425,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.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -435,7 +435,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.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -443,7 +443,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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -453,7 +453,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.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -461,7 +461,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.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -469,7 +469,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.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -479,7 +479,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.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -489,7 +489,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.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -497,7 +497,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.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -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.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -513,7 +513,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.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -521,7 +521,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.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -529,7 +529,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.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -2280,14 +2280,14 @@ OceanAwsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2300,7 +2300,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2312,7 +2312,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2326,7 +2326,7 @@ public OceanAwsAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2340,7 +2340,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2352,7 +2352,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2364,7 +2364,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2376,7 +2376,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.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2388,7 +2388,7 @@ public java.util.List getExtendedResourceDefinitions(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2402,7 +2402,7 @@ public OceanAwsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2423,8 +2423,8 @@ OceanAwsAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2436,7 +2436,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2448,7 +2448,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2471,10 +2471,10 @@ OceanAwsAutoscalerAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2486,7 +2486,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2498,7 +2498,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2510,7 +2510,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2522,7 +2522,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2543,8 +2543,8 @@ OceanAwsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2556,7 +2556,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2568,7 +2568,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2589,7 +2589,7 @@ OceanAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2602,7 +2602,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2616,7 +2616,7 @@ public OceanAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2647,16 +2647,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2668,7 +2668,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.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2682,7 +2682,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops getDynamicIops(); dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2696,7 +2696,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2708,7 +2708,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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2720,7 +2720,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2732,7 +2732,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2744,7 +2744,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2756,7 +2756,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2768,7 +2768,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2780,7 +2780,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2802,9 +2802,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicIops.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2816,7 +2816,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2828,7 +2828,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2840,7 +2840,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2862,9 +2862,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2876,7 +2876,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2888,7 +2888,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2900,7 +2900,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2920,7 +2920,7 @@ OceanAwsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2932,7 +2932,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3022,45 +3022,45 @@ OceanAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| controllerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | 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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsScheduledTask> | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3142,7 +3142,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3154,7 +3154,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3166,7 +3166,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.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3178,7 +3178,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.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3192,7 +3192,7 @@ public OceanAwsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3204,7 +3204,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3218,7 +3218,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3232,7 +3232,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3244,7 +3244,7 @@ public java.lang.String getControllerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3256,7 +3256,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3268,7 +3268,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3280,7 +3280,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.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3292,7 +3292,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.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3306,7 +3306,7 @@ public OceanAwsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3318,7 +3318,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3330,7 +3330,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3342,7 +3342,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3357,7 +3357,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3371,7 +3371,7 @@ public OceanAwsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3383,7 +3383,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3397,7 +3397,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3411,7 +3411,7 @@ public OceanAwsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3423,7 +3423,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3435,7 +3435,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3447,7 +3447,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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3459,7 +3459,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3471,7 +3471,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3485,7 +3485,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3497,7 +3497,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3511,7 +3511,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -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.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3535,7 +3535,7 @@ public java.lang.String getSpreadNodesBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3549,7 +3549,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3563,7 +3563,7 @@ public OceanAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3575,7 +3575,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.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3587,7 +3587,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3599,7 +3599,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.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3611,7 +3611,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.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3623,7 +3623,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3662,25 +3662,25 @@ OceanAwsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3692,7 +3692,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3704,7 +3704,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3716,7 +3716,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3728,7 +3728,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3740,7 +3740,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.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3752,7 +3752,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3764,7 +3764,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3776,7 +3776,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3788,7 +3788,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3800,7 +3800,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3812,7 +3812,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3824,7 +3824,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3836,7 +3836,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3848,7 +3848,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3860,7 +3860,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3872,7 +3872,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3884,7 +3884,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3896,7 +3896,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3908,7 +3908,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3929,8 +3929,8 @@ OceanAwsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3942,7 +3942,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3954,7 +3954,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3976,9 +3976,9 @@ OceanAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3990,7 +3990,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -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.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4014,7 +4014,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4048,7 +4048,7 @@ public OceanAwsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4083,7 +4083,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4103,7 +4103,7 @@ OceanAwsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4115,7 +4115,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -4139,7 +4139,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.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4151,7 +4151,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.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4188,7 +4188,7 @@ public OceanAwsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4202,7 +4202,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4224,8 +4224,8 @@ OceanAwsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4237,7 +4237,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4249,7 +4249,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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4272,9 +4272,9 @@ OceanAwsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | --- @@ -4286,7 +4286,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4298,7 +4298,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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4310,7 +4310,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4331,8 +4331,8 @@ OceanAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4344,7 +4344,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4356,7 +4356,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4382,9 +4382,9 @@ 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.141.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.141.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4397,7 +4397,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.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4409,7 +4409,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.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4421,7 +4421,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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4435,7 +4435,7 @@ public OceanAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4459,10 +4459,10 @@ OceanAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4474,7 +4474,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4486,7 +4486,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4498,7 +4498,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4510,7 +4510,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.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.python.md b/docs/oceanAws.python.md index e533bd43f..d81e30064 100644 --- a/docs/oceanAws.python.md +++ b/docs/oceanAws.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). # `oceanAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://regist ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -78,45 +78,45 @@ 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.* | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_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.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | 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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanAwsScheduledTask]] | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -184,7 +184,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.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -192,7 +192,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.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -200,7 +200,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.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -208,7 +208,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.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -218,7 +218,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.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -226,7 +226,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.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -236,7 +236,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.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -246,7 +246,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.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#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.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#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.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -286,7 +286,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.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -296,7 +296,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.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -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.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -331,7 +331,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.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -341,7 +341,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.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -359,7 +359,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.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -369,7 +369,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.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -377,7 +377,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.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -385,7 +385,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.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -393,7 +393,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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -419,7 +419,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.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -427,7 +427,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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -437,7 +437,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.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -445,7 +445,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.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -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.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -463,7 +463,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.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -473,7 +473,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.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -481,7 +481,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.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -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.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -497,7 +497,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.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -505,7 +505,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.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -513,7 +513,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.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -817,7 +817,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -825,7 +825,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.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -835,7 +835,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.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -845,7 +845,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.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -853,7 +853,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -861,7 +861,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -869,7 +869,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.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -877,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.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -887,7 +887,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.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -949,7 +949,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -957,7 +957,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.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -965,7 +965,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.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -973,7 +973,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.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -981,7 +981,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.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -989,7 +989,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.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -997,7 +997,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.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -1005,7 +1005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -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.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -1021,7 +1021,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.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -1029,7 +1029,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.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -1037,7 +1037,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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -1045,7 +1045,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.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -1053,7 +1053,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.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -1061,7 +1061,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.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -1069,7 +1069,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.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -1077,7 +1077,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.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -1085,7 +1085,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.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -1093,7 +1093,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.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -1110,7 +1110,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -1118,7 +1118,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.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -1150,7 +1150,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -1211,7 +1211,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -1219,7 +1219,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.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -1227,7 +1227,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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -1237,7 +1237,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.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -2604,14 +2604,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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resource_limits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2624,7 +2624,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.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2636,7 +2636,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.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2650,7 +2650,7 @@ autoscale_down: OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2664,7 +2664,7 @@ autoscale_headroom: OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2676,7 +2676,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2688,7 +2688,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.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2700,7 +2700,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.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2712,7 +2712,7 @@ extended_resource_definitions: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2726,7 +2726,7 @@ resource_limits: OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2747,8 +2747,8 @@ oceanAws.OceanAwsAutoscalerAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2760,7 +2760,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.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2772,7 +2772,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.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2795,10 +2795,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2810,7 +2810,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.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2822,7 +2822,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.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2834,7 +2834,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.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2846,7 +2846,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.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2867,8 +2867,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2880,7 +2880,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.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2892,7 +2892,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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2913,7 +2913,7 @@ oceanAws.OceanAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2926,7 +2926,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2940,7 +2940,7 @@ ebs: OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2969,16 +2969,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2990,7 +2990,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.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -3004,7 +3004,7 @@ dynamic_iops: OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -3018,7 +3018,7 @@ dynamic_volume_size: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -3030,7 +3030,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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -3042,7 +3042,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -3054,7 +3054,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -3066,7 +3066,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -3078,7 +3078,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -3090,7 +3090,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.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -3102,7 +3102,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -3124,9 +3124,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3138,7 +3138,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.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3150,7 +3150,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3162,7 +3162,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.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3184,9 +3184,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3198,7 +3198,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.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3210,7 +3210,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3222,7 +3222,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.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3242,7 +3242,7 @@ oceanAws.OceanAwsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -3254,7 +3254,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3326,45 +3326,45 @@ 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.* | -| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| security_groups | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| controller_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_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.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | 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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[OceanAwsScheduledTask]] | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3446,7 +3446,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3458,7 +3458,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3470,7 +3470,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.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3482,7 +3482,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.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3496,7 +3496,7 @@ autoscaler: OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3508,7 +3508,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3522,7 +3522,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.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3536,7 +3536,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.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3548,7 +3548,7 @@ controller_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3560,7 +3560,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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3572,7 +3572,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.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3584,7 +3584,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.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3596,7 +3596,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.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3610,7 +3610,7 @@ filters: OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3622,7 +3622,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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3634,7 +3634,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3646,7 +3646,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3661,7 +3661,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3675,7 +3675,7 @@ instance_metadata_options: OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3687,7 +3687,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3701,7 +3701,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.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3715,7 +3715,7 @@ logging: OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3727,7 +3727,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.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3739,7 +3739,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.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3751,7 +3751,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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3763,7 +3763,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3775,7 +3775,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3789,7 +3789,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.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3801,7 +3801,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.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3815,7 +3815,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[OceanAwsScheduledTask]] scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3827,7 +3827,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.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3839,7 +3839,7 @@ spread_nodes_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3853,7 +3853,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3867,7 +3867,7 @@ update_policy: OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3879,7 +3879,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.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3891,7 +3891,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3903,7 +3903,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.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3915,7 +3915,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.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3927,7 +3927,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3965,25 +3965,25 @@ oceanAws.OceanAwsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3995,7 +3995,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -4007,7 +4007,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -4019,7 +4019,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -4031,7 +4031,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -4043,7 +4043,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.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -4055,7 +4055,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -4067,7 +4067,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -4079,7 +4079,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -4091,7 +4091,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.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -4103,7 +4103,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.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -4115,7 +4115,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.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -4127,7 +4127,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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -4139,7 +4139,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.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -4151,7 +4151,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.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -4163,7 +4163,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.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -4175,7 +4175,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.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -4187,7 +4187,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.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -4199,7 +4199,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -4211,7 +4211,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -4232,8 +4232,8 @@ oceanAws.OceanAwsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -4245,7 +4245,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -4257,7 +4257,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.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -4279,9 +4279,9 @@ oceanAws.OceanAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -4293,7 +4293,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4305,7 +4305,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4317,7 +4317,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4351,7 +4351,7 @@ export: OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4385,7 +4385,7 @@ s3: typing.Union[IResolvable, typing.List[OceanAwsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4405,7 +4405,7 @@ oceanAws.OceanAwsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4417,7 +4417,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -4440,7 +4440,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.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4452,7 +4452,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.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4488,7 +4488,7 @@ shutdown_hours: OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4502,7 +4502,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanAwsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4523,8 +4523,8 @@ oceanAws.OceanAwsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4536,7 +4536,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4548,7 +4548,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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4570,9 +4570,9 @@ oceanAws.OceanAwsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | --- @@ -4584,7 +4584,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4596,7 +4596,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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4608,7 +4608,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4629,8 +4629,8 @@ oceanAws.OceanAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4642,7 +4642,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4654,7 +4654,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4677,9 +4677,9 @@ 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.141.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.141.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | | roll_config | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4692,7 +4692,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.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4704,7 +4704,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.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4716,7 +4716,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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4730,7 +4730,7 @@ roll_config: OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4753,10 +4753,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4768,7 +4768,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.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4780,7 +4780,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.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4792,7 +4792,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4804,7 +4804,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.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5785,7 +5785,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -5793,7 +5793,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.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -5812,7 +5812,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -5820,7 +5820,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.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -5828,7 +5828,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.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -5836,7 +5836,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.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -5853,7 +5853,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -5861,7 +5861,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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -7429,7 +7429,7 @@ def put_dynamic_iops( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -7437,7 +7437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -7445,7 +7445,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.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -7463,7 +7463,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -7471,7 +7471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -7479,7 +7479,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.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -8232,7 +8232,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -8242,7 +8242,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.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -8252,7 +8252,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.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -8260,7 +8260,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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -8268,7 +8268,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.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -8276,7 +8276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -8284,7 +8284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -8292,7 +8292,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.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -8300,7 +8300,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.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -8308,7 +8308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -11599,7 +11599,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -12567,7 +12567,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -12575,7 +12575,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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -14267,7 +14267,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -14275,7 +14275,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.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -14283,7 +14283,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.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -14291,7 +14291,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.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.typescript.md b/docs/oceanAws.typescript.md index 2bf3c1244..c7eba25ce 100644 --- a/docs/oceanAws.typescript.md +++ b/docs/oceanAws.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). # `oceanAws` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://regist ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -1784,14 +1784,14 @@ const oceanAwsAutoscaler: oceanAws.OceanAwsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1804,7 +1804,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -1816,7 +1816,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -1830,7 +1830,7 @@ public readonly autoscaleDown: OceanAwsAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -1844,7 +1844,7 @@ public readonly autoscaleHeadroom: OceanAwsAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -1856,7 +1856,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -1868,7 +1868,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -1880,7 +1880,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -1892,7 +1892,7 @@ public readonly extendedResourceDefinitions: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -1906,7 +1906,7 @@ public readonly resourceLimits: OceanAwsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -1924,8 +1924,8 @@ const oceanAwsAutoscalerAutoscaleDown: oceanAws.OceanAwsAutoscalerAutoscaleDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -1937,7 +1937,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -1949,7 +1949,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -1967,10 +1967,10 @@ const oceanAwsAutoscalerAutoscaleHeadroom: oceanAws.OceanAwsAutoscalerAutoscaleH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -1982,7 +1982,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -1994,7 +1994,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2006,7 +2006,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2018,7 +2018,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2036,8 +2036,8 @@ const oceanAwsAutoscalerResourceLimits: oceanAws.OceanAwsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2049,7 +2049,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2061,7 +2061,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2079,7 +2079,7 @@ const oceanAwsBlockDeviceMappings: oceanAws.OceanAwsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2092,7 +2092,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2106,7 +2106,7 @@ public readonly ebs: OceanAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2124,16 +2124,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.141.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.142.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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2145,7 +2145,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2159,7 +2159,7 @@ public readonly dynamicIops: OceanAwsBlockDeviceMappingsEbsDynamicIops; dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2173,7 +2173,7 @@ public readonly dynamicVolumeSize: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2185,7 +2185,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2197,7 +2197,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2209,7 +2209,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2221,7 +2221,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2233,7 +2233,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2245,7 +2245,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2257,7 +2257,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2275,9 +2275,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicIops: oceanAws.OceanAwsBlockDeviceMap | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2289,7 +2289,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2301,7 +2301,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2313,7 +2313,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2331,9 +2331,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicVolumeSize: oceanAws.OceanAwsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2345,7 +2345,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2357,7 +2357,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2369,7 +2369,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2387,7 +2387,7 @@ const oceanAwsClusterOrientation: oceanAws.OceanAwsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2399,7 +2399,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2424,45 +2424,45 @@ const oceanAwsConfig: oceanAws.OceanAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. | | autoscaler | OceanAwsAutoscaler | autoscaler block. | -| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. | +| controllerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_aws#id OceanAws#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. | | instanceMetadataOptions | OceanAwsInstanceMetadataOptions | instance_metadata_options block. | -| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. | | resourceTagSpecification | cdktf.IResolvable \| OceanAwsResourceTagSpecification[] | resource_tag_specification block. | -| rootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | cdktf.IResolvable \| OceanAwsScheduledTask[] | scheduled_task block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2544,7 +2544,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2556,7 +2556,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2568,7 +2568,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2580,7 +2580,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2594,7 +2594,7 @@ public readonly autoscaler: OceanAwsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2606,7 +2606,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2620,7 +2620,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2634,7 +2634,7 @@ public readonly clusterOrientation: IResolvable | OceanAwsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2646,7 +2646,7 @@ public readonly controllerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2658,7 +2658,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2670,7 +2670,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2682,7 +2682,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2694,7 +2694,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2708,7 +2708,7 @@ public readonly filters: OceanAwsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -2720,7 +2720,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -2732,7 +2732,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -2744,7 +2744,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2759,7 +2759,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -2773,7 +2773,7 @@ public readonly instanceMetadataOptions: OceanAwsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -2785,7 +2785,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -2799,7 +2799,7 @@ public readonly loadBalancers: IResolvable | OceanAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -2813,7 +2813,7 @@ public readonly logging: OceanAwsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -2825,7 +2825,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -2837,7 +2837,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -2849,7 +2849,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -2861,7 +2861,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -2873,7 +2873,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -2887,7 +2887,7 @@ public readonly resourceTagSpecification: IResolvable | OceanAwsResourceTagSpeci resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -2899,7 +2899,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -2913,7 +2913,7 @@ public readonly scheduledTask: IResolvable | OceanAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -2925,7 +2925,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -2937,7 +2937,7 @@ public readonly spreadNodesBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -2951,7 +2951,7 @@ public readonly tags: IResolvable | OceanAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -2965,7 +2965,7 @@ public readonly updatePolicy: OceanAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -2977,7 +2977,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -2989,7 +2989,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3001,7 +3001,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3013,7 +3013,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3025,7 +3025,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3043,25 +3043,25 @@ const oceanAwsFilters: oceanAws.OceanAwsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3073,7 +3073,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3085,7 +3085,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3097,7 +3097,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3109,7 +3109,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3121,7 +3121,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3133,7 +3133,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3145,7 +3145,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3157,7 +3157,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3169,7 +3169,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3181,7 +3181,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3193,7 +3193,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3205,7 +3205,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3217,7 +3217,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3229,7 +3229,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3241,7 +3241,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3253,7 +3253,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3265,7 +3265,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3277,7 +3277,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3289,7 +3289,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3307,8 +3307,8 @@ const oceanAwsInstanceMetadataOptions: oceanAws.OceanAwsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3320,7 +3320,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3332,7 +3332,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3350,9 +3350,9 @@ const oceanAwsLoadBalancers: oceanAws.OceanAwsLoadBalancers = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3364,7 +3364,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3376,7 +3376,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3388,7 +3388,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3420,7 +3420,7 @@ public readonly export: OceanAwsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3452,7 +3452,7 @@ public readonly s3: IResolvable | OceanAwsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3470,7 +3470,7 @@ const oceanAwsLoggingExportS3: oceanAws.OceanAwsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3482,7 +3482,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3503,7 +3503,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.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3515,7 +3515,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3548,7 +3548,7 @@ public readonly shutdownHours: OceanAwsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3562,7 +3562,7 @@ public readonly tasks: IResolvable | OceanAwsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3580,8 +3580,8 @@ const oceanAwsScheduledTaskShutdownHours: oceanAws.OceanAwsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3593,7 +3593,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3605,7 +3605,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3623,9 +3623,9 @@ const oceanAwsScheduledTaskTasks: oceanAws.OceanAwsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | --- @@ -3637,7 +3637,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3649,7 +3649,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3661,7 +3661,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -3679,8 +3679,8 @@ const oceanAwsTags: oceanAws.OceanAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -3692,7 +3692,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -3704,7 +3704,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -3722,9 +3722,9 @@ const oceanAwsUpdatePolicy: oceanAws.OceanAwsUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -3737,7 +3737,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -3749,7 +3749,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -3761,7 +3761,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -3775,7 +3775,7 @@ public readonly rollConfig: OceanAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -3793,10 +3793,10 @@ const oceanAwsUpdatePolicyRollConfig: oceanAws.OceanAwsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -3808,7 +3808,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -3820,7 +3820,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -3832,7 +3832,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -3844,7 +3844,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAwsExtendedResourceDefinition.csharp.md b/docs/oceanAwsExtendedResourceDefinition.csharp.md index b6b47aaf3..1b491313b 100644 --- a/docs/oceanAwsExtendedResourceDefinition.csharp.md +++ b/docs/oceanAwsExtendedResourceDefinition.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition). # `oceanAwsExtendedResourceDefinition` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resourc ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -615,9 +615,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -699,7 +699,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -711,7 +711,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.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -723,7 +723,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 ba66edce7..ea4a2487a 100644 --- a/docs/oceanAwsExtendedResourceDefinition.go.md +++ b/docs/oceanAwsExtendedResourceDefinition.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition). # `oceanAwsExtendedResourceDefinition` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resourc ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition ``` @@ -277,7 +277,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -588,7 +588,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig { Connection: interface{}, @@ -615,9 +615,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -699,7 +699,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -711,7 +711,7 @@ ResourceMapping *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -723,7 +723,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 89082f4fb..d547ea44f 100644 --- a/docs/oceanAwsExtendedResourceDefinition.java.md +++ b/docs/oceanAwsExtendedResourceDefinition.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition). # `oceanAwsExtendedResourceDefinition` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resourc ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -44,9 +44,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -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.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -122,7 +122,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.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -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.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -706,9 +706,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -802,7 +802,7 @@ public java.util.Map getResourceMapping(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -814,7 +814,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 73fd04b8d..7c51f16b0 100644 --- a/docs/oceanAwsExtendedResourceDefinition.python.md +++ b/docs/oceanAwsExtendedResourceDefinition.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition). # `oceanAwsExtendedResourceDefinition` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resourc ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -42,9 +42,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -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.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -120,7 +120,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.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -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.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -731,9 +731,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -815,7 +815,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -827,7 +827,7 @@ resource_mapping: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -839,7 +839,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 97fa7cef5..0eb26234d 100644 --- a/docs/oceanAwsExtendedResourceDefinition.typescript.md +++ b/docs/oceanAwsExtendedResourceDefinition.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition). # `oceanAwsExtendedResourceDefinition` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resourc ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -604,9 +604,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -688,7 +688,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -700,7 +700,7 @@ public readonly resourceMapping: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -712,7 +712,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 cfacda444..89c136e5d 100644 --- a/docs/oceanAwsLaunchSpec.csharp.md +++ b/docs/oceanAwsLaunchSpec.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec). # `oceanAwsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](ht ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -1610,7 +1610,7 @@ new OceanAwsLaunchSpecAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1622,7 +1622,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1645,10 +1645,10 @@ new OceanAwsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1660,7 +1660,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1672,7 +1672,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1684,7 +1684,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1696,7 +1696,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1716,7 +1716,7 @@ new OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1728,7 +1728,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1751,10 +1751,10 @@ new OceanAwsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -1766,7 +1766,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -1780,7 +1780,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -1792,7 +1792,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -1804,7 +1804,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -1832,15 +1832,15 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -1852,7 +1852,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -1866,7 +1866,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -1878,7 +1878,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -1890,7 +1890,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -1902,7 +1902,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -1914,7 +1914,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -1926,7 +1926,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -1938,7 +1938,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -1950,7 +1950,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -1972,9 +1972,9 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -1986,7 +1986,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -1998,7 +1998,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2010,7 +2010,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2073,8 +2073,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.141.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.141.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.142.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.142.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. | @@ -2082,27 +2082,27 @@ new OceanAwsLaunchSpecConfig { | CreateOptions | OceanAwsLaunchSpecCreateOptions | create_options block. | | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | object | elastic_ip_pool block. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | Labels | object | labels block. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | ResourceLimits | object | resource_limits block. | -| RestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2184,7 +2184,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2196,7 +2196,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2210,7 +2210,7 @@ public object AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2224,7 +2224,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2238,7 +2238,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2252,7 +2252,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2266,7 +2266,7 @@ public OceanAwsLaunchSpecCreateOptions CreateOptions { get; set; } create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2280,7 +2280,7 @@ public OceanAwsLaunchSpecDeleteOptions DeleteOptions { get; set; } delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2294,7 +2294,7 @@ public object ElasticIpPool { get; set; } elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2306,7 +2306,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2318,7 +2318,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2333,7 +2333,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2347,7 +2347,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2361,7 +2361,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2373,7 +2373,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2387,7 +2387,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2399,7 +2399,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2411,7 +2411,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2425,7 +2425,7 @@ public object ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2437,7 +2437,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2449,7 +2449,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2463,7 +2463,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours SchedulingShutdownHours { get; scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2477,7 +2477,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2489,7 +2489,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2503,7 +2503,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2515,7 +2515,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2529,7 +2529,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2543,7 +2543,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2557,7 +2557,7 @@ public OceanAwsLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2569,7 +2569,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2589,7 +2589,7 @@ new OceanAwsLaunchSpecCreateOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2601,7 +2601,7 @@ public double InitialNodes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2622,8 +2622,8 @@ new OceanAwsLaunchSpecDeleteOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2635,7 +2635,7 @@ public object ForceDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2647,7 +2647,7 @@ public object DeleteNodes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2681,7 +2681,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector TagSelector { get; set; } tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2702,8 +2702,8 @@ new OceanAwsLaunchSpecElasticIpPoolTagSelector { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2715,7 +2715,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2727,7 +2727,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -2747,7 +2747,7 @@ new OceanAwsLaunchSpecImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -2759,7 +2759,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2780,8 +2780,8 @@ new OceanAwsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2793,7 +2793,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -2805,7 +2805,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -2826,8 +2826,8 @@ new OceanAwsLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -2839,7 +2839,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -2851,7 +2851,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -2872,8 +2872,8 @@ new OceanAwsLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -2885,7 +2885,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -2897,7 +2897,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -2918,8 +2918,8 @@ new OceanAwsLaunchSpecSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -2931,7 +2931,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -2943,7 +2943,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -2966,9 +2966,9 @@ new OceanAwsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2981,7 +2981,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -2993,7 +2993,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3005,7 +3005,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3019,7 +3019,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3042,10 +3042,10 @@ new OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3057,7 +3057,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3069,7 +3069,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3081,7 +3081,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3093,7 +3093,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3113,7 +3113,7 @@ new OceanAwsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3125,7 +3125,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3146,8 +3146,8 @@ new OceanAwsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3159,7 +3159,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3171,7 +3171,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3193,9 +3193,9 @@ new OceanAwsLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3207,7 +3207,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3219,7 +3219,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3231,7 +3231,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3252,7 +3252,7 @@ new OceanAwsLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3265,7 +3265,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3279,7 +3279,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3299,7 +3299,7 @@ new OceanAwsLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3311,7 +3311,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index 440fb8620..929f5090b 100644 --- a/docs/oceanAwsLaunchSpec.go.md +++ b/docs/oceanAwsLaunchSpec.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec). # `oceanAwsLaunchSpec` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](ht ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec ``` @@ -694,7 +694,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -726,7 +726,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -740,7 +740,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -1599,7 +1599,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1610,7 +1610,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1622,7 +1622,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1631,7 +1631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1645,10 +1645,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1660,7 +1660,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1672,7 +1672,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1684,7 +1684,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1696,7 +1696,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1705,7 +1705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1716,7 +1716,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1728,7 +1728,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1737,11 +1737,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1751,10 +1751,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -1766,7 +1766,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -1780,7 +1780,7 @@ Ebs OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -1792,7 +1792,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -1804,7 +1804,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -1813,11 +1813,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1832,15 +1832,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -1852,7 +1852,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -1866,7 +1866,7 @@ DynamicVolumeSize OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -1878,7 +1878,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -1890,7 +1890,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -1902,7 +1902,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -1914,7 +1914,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -1926,7 +1926,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -1938,7 +1938,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -1950,7 +1950,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -1959,7 +1959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1972,9 +1972,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -1986,7 +1986,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -1998,7 +1998,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2010,7 +2010,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2019,7 +2019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecConfig { Connection: interface{}, @@ -2035,14 +2035,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs AutoscaleHeadrooms: interface{}, AutoscaleHeadroomsAutomatic: interface{}, BlockDeviceMappings: interface{}, - CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, - DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, + CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, + DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, ElasticIpPool: interface{}, IamInstanceProfile: *string, Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, Labels: interface{}, Name: *string, @@ -2050,14 +2050,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs ResourceLimits: interface{}, RestrictScaleDown: interface{}, RootVolumeSize: *f64, - SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, + SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, SchedulingTask: interface{}, SecurityGroups: *[]*string, Strategy: interface{}, SubnetIds: *[]*string, Tags: interface{}, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, UserData: *string, } ``` @@ -2073,8 +2073,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.142.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.142.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. | @@ -2082,27 +2082,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | CreateOptions | OceanAwsLaunchSpecCreateOptions | create_options block. | | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | interface{} | elastic_ip_pool block. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | Labels | interface{} | labels block. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | ResourceLimits | interface{} | resource_limits block. | -| RestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2184,7 +2184,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2196,7 +2196,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2210,7 +2210,7 @@ AutoscaleDown interface{} autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2224,7 +2224,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2238,7 +2238,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2252,7 +2252,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2266,7 +2266,7 @@ CreateOptions OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2280,7 +2280,7 @@ DeleteOptions OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2294,7 +2294,7 @@ ElasticIpPool interface{} elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2306,7 +2306,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2318,7 +2318,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2333,7 +2333,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2347,7 +2347,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2361,7 +2361,7 @@ InstanceMetadataOptions OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2373,7 +2373,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2387,7 +2387,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2399,7 +2399,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2411,7 +2411,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2425,7 +2425,7 @@ ResourceLimits interface{} resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2437,7 +2437,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2449,7 +2449,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2463,7 +2463,7 @@ SchedulingShutdownHours OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2477,7 +2477,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2489,7 +2489,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2503,7 +2503,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2515,7 +2515,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2529,7 +2529,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2543,7 +2543,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2557,7 +2557,7 @@ UpdatePolicy OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2569,7 +2569,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2578,7 +2578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions { InitialNodes: *f64, @@ -2589,7 +2589,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2601,7 +2601,7 @@ InitialNodes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2610,7 +2610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions { ForceDelete: interface{}, @@ -2622,8 +2622,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2635,7 +2635,7 @@ ForceDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2647,7 +2647,7 @@ DeleteNodes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2656,10 +2656,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool { - TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, + TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, } ``` @@ -2681,7 +2681,7 @@ TagSelector OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2690,7 +2690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector { TagKey: *string, @@ -2702,8 +2702,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2715,7 +2715,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2727,7 +2727,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -2736,7 +2736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecImages { ImageId: *string, @@ -2747,7 +2747,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -2759,7 +2759,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2768,7 +2768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2780,8 +2780,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2793,7 +2793,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -2805,7 +2805,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -2814,7 +2814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecLabels { Key: *string, @@ -2826,8 +2826,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -2839,7 +2839,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -2851,7 +2851,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -2860,7 +2860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2872,8 +2872,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -2885,7 +2885,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -2897,7 +2897,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -2906,7 +2906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2918,8 +2918,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -2931,7 +2931,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -2943,7 +2943,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -2952,7 +2952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask { CronExpression: *string, @@ -2966,9 +2966,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2981,7 +2981,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -2993,7 +2993,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3005,7 +3005,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3019,7 +3019,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3028,7 +3028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -3042,10 +3042,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3057,7 +3057,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3069,7 +3069,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3081,7 +3081,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3093,7 +3093,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3102,7 +3102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecStrategy { SpotPercentage: *f64, @@ -3113,7 +3113,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3125,7 +3125,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3134,7 +3134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTags { Key: *string, @@ -3146,8 +3146,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3159,7 +3159,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3171,7 +3171,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3180,7 +3180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTaints { Effect: *string, @@ -3193,9 +3193,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3207,7 +3207,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3219,7 +3219,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3231,7 +3231,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3240,11 +3240,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, } ``` @@ -3252,7 +3252,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3265,7 +3265,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3279,7 +3279,7 @@ RollConfig OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3288,7 +3288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3299,7 +3299,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3311,7 +3311,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -3322,7 +3322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList ``` @@ -3465,7 +3465,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference ``` @@ -3761,7 +3761,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -3904,7 +3904,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -4200,7 +4200,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList ``` @@ -4343,7 +4343,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -4719,7 +4719,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5034,7 +5034,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -5557,7 +5557,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList ``` @@ -5700,7 +5700,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -6096,7 +6096,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference ``` @@ -6374,7 +6374,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference ``` @@ -6674,7 +6674,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList ``` @@ -6817,7 +6817,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference ``` @@ -7126,7 +7126,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference ``` @@ -7426,7 +7426,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList ``` @@ -7569,7 +7569,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference ``` @@ -7865,7 +7865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -8165,7 +8165,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList ``` @@ -8308,7 +8308,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference ``` @@ -8619,7 +8619,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList ``` @@ -8762,7 +8762,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference ``` @@ -9087,7 +9087,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference ``` @@ -9387,7 +9387,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList ``` @@ -9530,7 +9530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference ``` @@ -9905,7 +9905,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -10048,7 +10048,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -10424,7 +10424,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList ``` @@ -10567,7 +10567,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference ``` @@ -10863,7 +10863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList ``` @@ -11006,7 +11006,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference ``` @@ -11317,7 +11317,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList ``` @@ -11460,7 +11460,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference ``` @@ -11793,7 +11793,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference ``` @@ -12106,7 +12106,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAwsLaunchSpec.java.md b/docs/oceanAwsLaunchSpec.java.md index b54d2e912..640ab1337 100644 --- a/docs/oceanAwsLaunchSpec.java.md +++ b/docs/oceanAwsLaunchSpec.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec). # `oceanAwsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](ht ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -85,8 +85,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.141.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.141.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.142.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.142.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. | @@ -94,27 +94,27 @@ OceanAwsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | createOptions | OceanAwsLaunchSpecCreateOptions | create_options block. | | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | 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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | 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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -182,7 +182,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -190,7 +190,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -200,7 +200,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -210,7 +210,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -220,7 +220,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -230,7 +230,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -240,7 +240,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -250,7 +250,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -260,7 +260,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -268,7 +268,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -276,7 +276,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.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -287,7 +287,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -297,7 +297,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.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -307,7 +307,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -315,7 +315,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -325,7 +325,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.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -333,7 +333,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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -341,7 +341,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -351,7 +351,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -359,7 +359,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -367,7 +367,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -377,7 +377,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -387,7 +387,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -395,7 +395,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -405,7 +405,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.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -413,7 +413,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -423,7 +423,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.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -433,7 +433,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.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -443,7 +443,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2015,7 +2015,7 @@ OceanAwsLaunchSpecAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2027,7 +2027,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2050,10 +2050,10 @@ OceanAwsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2065,7 +2065,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2077,7 +2077,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2089,7 +2089,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2101,7 +2101,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2121,7 +2121,7 @@ OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2133,7 +2133,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2156,10 +2156,10 @@ OceanAwsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2171,7 +2171,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2185,7 +2185,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2197,7 +2197,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2209,7 +2209,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2239,15 +2239,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2259,7 +2259,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2273,7 +2273,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2285,7 +2285,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.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2297,7 +2297,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2309,7 +2309,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2321,7 +2321,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2333,7 +2333,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2345,7 +2345,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2357,7 +2357,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2379,9 +2379,9 @@ OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2393,7 +2393,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2405,7 +2405,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2417,7 +2417,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2498,8 +2498,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.141.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.141.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.142.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.142.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. | @@ -2507,27 +2507,27 @@ OceanAwsLaunchSpecConfig.builder() | createOptions | OceanAwsLaunchSpecCreateOptions | create_options block. | | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | 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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredSpotTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | 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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2609,7 +2609,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2621,7 +2621,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2635,7 +2635,7 @@ public java.lang.Object getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2649,7 +2649,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2663,7 +2663,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2677,7 +2677,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2691,7 +2691,7 @@ public OceanAwsLaunchSpecCreateOptions getCreateOptions(); create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2705,7 +2705,7 @@ public OceanAwsLaunchSpecDeleteOptions getDeleteOptions(); delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2719,7 +2719,7 @@ public java.lang.Object getElasticIpPool(); elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2731,7 +2731,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2743,7 +2743,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2758,7 +2758,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2772,7 +2772,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2786,7 +2786,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2798,7 +2798,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2812,7 +2812,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2824,7 +2824,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2836,7 +2836,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2850,7 +2850,7 @@ public java.lang.Object getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2862,7 +2862,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2874,7 +2874,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2888,7 +2888,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours getSchedulingShutdownHours(); scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2902,7 +2902,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2914,7 +2914,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2928,7 +2928,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2940,7 +2940,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2954,7 +2954,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2968,7 +2968,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2982,7 +2982,7 @@ public OceanAwsLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2994,7 +2994,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3014,7 +3014,7 @@ OceanAwsLaunchSpecCreateOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3026,7 +3026,7 @@ public java.lang.Number getInitialNodes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3049,8 +3049,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3062,7 +3062,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3074,7 +3074,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3108,7 +3108,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector getTagSelector(); tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3129,8 +3129,8 @@ OceanAwsLaunchSpecElasticIpPoolTagSelector.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3142,7 +3142,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3154,7 +3154,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3174,7 +3174,7 @@ OceanAwsLaunchSpecImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3186,7 +3186,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3207,8 +3207,8 @@ OceanAwsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3220,7 +3220,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3232,7 +3232,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3253,8 +3253,8 @@ OceanAwsLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3266,7 +3266,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3278,7 +3278,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3299,8 +3299,8 @@ OceanAwsLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3312,7 +3312,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3324,7 +3324,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3346,8 +3346,8 @@ OceanAwsLaunchSpecSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3359,7 +3359,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3371,7 +3371,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3396,9 +3396,9 @@ OceanAwsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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. | --- @@ -3411,7 +3411,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3423,7 +3423,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3435,7 +3435,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3449,7 +3449,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3472,10 +3472,10 @@ OceanAwsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3487,7 +3487,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3499,7 +3499,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3511,7 +3511,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3523,7 +3523,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3543,7 +3543,7 @@ OceanAwsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3555,7 +3555,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3576,8 +3576,8 @@ OceanAwsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3589,7 +3589,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3601,7 +3601,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3623,9 +3623,9 @@ OceanAwsLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3637,7 +3637,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3649,7 +3649,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3661,7 +3661,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3683,7 +3683,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3696,7 +3696,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3710,7 +3710,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3730,7 +3730,7 @@ OceanAwsLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3742,7 +3742,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanAwsLaunchSpec.python.md b/docs/oceanAwsLaunchSpec.python.md index 69de68943..c2f1d4b69 100644 --- a/docs/oceanAwsLaunchSpec.python.md +++ b/docs/oceanAwsLaunchSpec.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec). # `oceanAwsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](ht ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.142.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.142.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. | @@ -78,27 +78,27 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpec( | create_options | OceanAwsLaunchSpecCreateOptions | create_options block. | | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | 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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | 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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -166,7 +166,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -174,7 +174,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -184,7 +184,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -194,7 +194,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -204,7 +204,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -214,7 +214,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -224,7 +224,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -234,7 +234,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -244,7 +244,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -271,7 +271,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -281,7 +281,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.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -291,7 +291,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -299,7 +299,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -309,7 +309,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.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -325,7 +325,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -335,7 +335,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -343,7 +343,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -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.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -361,7 +361,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -371,7 +371,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -379,7 +379,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -389,7 +389,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.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -397,7 +397,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -407,7 +407,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.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -417,7 +417,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.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -427,7 +427,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -785,7 +785,7 @@ def put_create_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -802,7 +802,7 @@ def put_delete_options( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -810,7 +810,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -855,7 +855,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -863,7 +863,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -908,7 +908,7 @@ def put_scheduling_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -916,7 +916,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -989,7 +989,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -999,7 +999,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -2112,7 +2112,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2124,7 +2124,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2147,10 +2147,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2162,7 +2162,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2174,7 +2174,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2186,7 +2186,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2198,7 +2198,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2218,7 +2218,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2230,7 +2230,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2253,10 +2253,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2268,7 +2268,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2282,7 +2282,7 @@ ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2294,7 +2294,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2306,7 +2306,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2334,15 +2334,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2354,7 +2354,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2368,7 +2368,7 @@ dynamic_volume_size: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2380,7 +2380,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.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2392,7 +2392,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2404,7 +2404,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2416,7 +2416,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2428,7 +2428,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2440,7 +2440,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2452,7 +2452,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2474,9 +2474,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2488,7 +2488,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2500,7 +2500,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2512,7 +2512,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2575,8 +2575,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.141.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.141.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.142.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.142.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. | @@ -2584,27 +2584,27 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig( | create_options | OceanAwsLaunchSpecCreateOptions | create_options block. | | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | 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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferred_spot_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | 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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2686,7 +2686,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2698,7 +2698,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2712,7 +2712,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2726,7 +2726,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2740,7 +2740,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2754,7 +2754,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2768,7 +2768,7 @@ create_options: OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2782,7 +2782,7 @@ delete_options: OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2796,7 +2796,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2808,7 +2808,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2820,7 +2820,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2835,7 +2835,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2849,7 +2849,7 @@ images: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2863,7 +2863,7 @@ instance_metadata_options: OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2875,7 +2875,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2889,7 +2889,7 @@ labels: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2901,7 +2901,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2913,7 +2913,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2927,7 +2927,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2939,7 +2939,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2951,7 +2951,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2965,7 +2965,7 @@ scheduling_shutdown_hours: OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2979,7 +2979,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2991,7 +2991,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -3005,7 +3005,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -3017,7 +3017,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -3031,7 +3031,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -3045,7 +3045,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -3059,7 +3059,7 @@ update_policy: OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -3071,7 +3071,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3091,7 +3091,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3103,7 +3103,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3124,8 +3124,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3137,7 +3137,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3149,7 +3149,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3183,7 +3183,7 @@ tag_selector: OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3204,8 +3204,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3217,7 +3217,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3229,7 +3229,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3249,7 +3249,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3261,7 +3261,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3282,8 +3282,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3295,7 +3295,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3307,7 +3307,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3328,8 +3328,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3341,7 +3341,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3353,7 +3353,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3374,8 +3374,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3387,7 +3387,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3399,7 +3399,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3420,8 +3420,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3433,7 +3433,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3445,7 +3445,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3468,9 +3468,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -3483,7 +3483,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3495,7 +3495,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3507,7 +3507,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3521,7 +3521,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3544,10 +3544,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3559,7 +3559,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3571,7 +3571,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3583,7 +3583,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3595,7 +3595,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3615,7 +3615,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3627,7 +3627,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3648,8 +3648,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3661,7 +3661,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3673,7 +3673,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3695,9 +3695,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3709,7 +3709,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3721,7 +3721,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3733,7 +3733,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3754,7 +3754,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | roll_config | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3767,7 +3767,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3781,7 +3781,7 @@ roll_config: OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3801,7 +3801,7 @@ 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.141.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3813,7 +3813,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -5913,7 +5913,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -5921,7 +5921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -5929,7 +5929,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -6655,7 +6655,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -6665,7 +6665,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -6673,7 +6673,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.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -6681,7 +6681,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.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -6689,7 +6689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -6697,7 +6697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -6705,7 +6705,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.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -6713,7 +6713,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -6721,7 +6721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -7925,7 +7925,7 @@ def put_tag_selector( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -7933,7 +7933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -13277,7 +13277,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanAwsLaunchSpec.typescript.md b/docs/oceanAwsLaunchSpec.typescript.md index 7f6045ffa..130765584 100644 --- a/docs/oceanAwsLaunchSpec.typescript.md +++ b/docs/oceanAwsLaunchSpec.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec). # `oceanAwsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](ht ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -1608,7 +1608,7 @@ const oceanAwsLaunchSpecAutoscaleDown: oceanAwsLaunchSpec.OceanAwsLaunchSpecAuto | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1620,7 +1620,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1638,10 +1638,10 @@ const oceanAwsLaunchSpecAutoscaleHeadrooms: oceanAwsLaunchSpec.OceanAwsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1653,7 +1653,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1665,7 +1665,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1677,7 +1677,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1689,7 +1689,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1707,7 +1707,7 @@ const oceanAwsLaunchSpecAutoscaleHeadroomsAutomatic: oceanAwsLaunchSpec.OceanAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1719,7 +1719,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1737,10 +1737,10 @@ const oceanAwsLaunchSpecBlockDeviceMappings: oceanAwsLaunchSpec.OceanAwsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -1752,7 +1752,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -1766,7 +1766,7 @@ public readonly ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -1778,7 +1778,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -1790,7 +1790,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -1808,15 +1808,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -1828,7 +1828,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -1842,7 +1842,7 @@ public readonly dynamicVolumeSize: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -1854,7 +1854,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -1866,7 +1866,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -1878,7 +1878,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -1890,7 +1890,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -1902,7 +1902,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -1914,7 +1914,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -1926,7 +1926,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -1944,9 +1944,9 @@ const oceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanAwsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -1958,7 +1958,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -1970,7 +1970,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -1982,7 +1982,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2007,8 +2007,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.141.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.141.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.142.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.142.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. | @@ -2016,27 +2016,27 @@ const oceanAwsLaunchSpecConfig: oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig = { | createOptions | OceanAwsLaunchSpecCreateOptions | create_options block. | | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | cdktf.IResolvable \| OceanAwsLaunchSpecElasticIpPool[] | elastic_ip_pool block. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | labels | cdktf.IResolvable \| OceanAwsLaunchSpecLabels[] | labels block. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | +| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. | | resourceLimits | cdktf.IResolvable \| OceanAwsLaunchSpecResourceLimits[] | resource_limits block. | -| restrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2118,7 +2118,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2130,7 +2130,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2144,7 +2144,7 @@ public readonly autoscaleDown: IResolvable | OceanAwsLaunchSpecAutoscaleDown[]; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2158,7 +2158,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanAwsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2172,7 +2172,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanAwsLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2186,7 +2186,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2200,7 +2200,7 @@ public readonly createOptions: OceanAwsLaunchSpecCreateOptions; create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2214,7 +2214,7 @@ public readonly deleteOptions: OceanAwsLaunchSpecDeleteOptions; delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2228,7 +2228,7 @@ public readonly elasticIpPool: IResolvable | OceanAwsLaunchSpecElasticIpPool[]; elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2240,7 +2240,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2252,7 +2252,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2267,7 +2267,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2281,7 +2281,7 @@ public readonly images: IResolvable | OceanAwsLaunchSpecImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2295,7 +2295,7 @@ public readonly instanceMetadataOptions: OceanAwsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2307,7 +2307,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2321,7 +2321,7 @@ public readonly labels: IResolvable | OceanAwsLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2333,7 +2333,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2345,7 +2345,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2359,7 +2359,7 @@ public readonly resourceLimits: IResolvable | OceanAwsLaunchSpecResourceLimits[] resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2371,7 +2371,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2383,7 +2383,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2397,7 +2397,7 @@ public readonly schedulingShutdownHours: OceanAwsLaunchSpecSchedulingShutdownHou scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2411,7 +2411,7 @@ public readonly schedulingTask: IResolvable | OceanAwsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2423,7 +2423,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2437,7 +2437,7 @@ public readonly strategy: IResolvable | OceanAwsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2449,7 +2449,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2463,7 +2463,7 @@ public readonly tags: IResolvable | OceanAwsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2477,7 +2477,7 @@ public readonly taints: IResolvable | OceanAwsLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2491,7 +2491,7 @@ public readonly updatePolicy: OceanAwsLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2503,7 +2503,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2521,7 +2521,7 @@ const oceanAwsLaunchSpecCreateOptions: oceanAwsLaunchSpec.OceanAwsLaunchSpecCrea | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2533,7 +2533,7 @@ public readonly initialNodes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2551,8 +2551,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.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2564,7 +2564,7 @@ public readonly forceDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2576,7 +2576,7 @@ public readonly deleteNodes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2608,7 +2608,7 @@ public readonly tagSelector: OceanAwsLaunchSpecElasticIpPoolTagSelector; tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2626,8 +2626,8 @@ const oceanAwsLaunchSpecElasticIpPoolTagSelector: oceanAwsLaunchSpec.OceanAwsLau | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2639,7 +2639,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2651,7 +2651,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -2669,7 +2669,7 @@ const oceanAwsLaunchSpecImages: oceanAwsLaunchSpec.OceanAwsLaunchSpecImages = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -2681,7 +2681,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2699,8 +2699,8 @@ const oceanAwsLaunchSpecInstanceMetadataOptions: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2712,7 +2712,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -2724,7 +2724,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -2742,8 +2742,8 @@ const oceanAwsLaunchSpecLabels: oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -2755,7 +2755,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -2767,7 +2767,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -2785,8 +2785,8 @@ const oceanAwsLaunchSpecResourceLimits: oceanAwsLaunchSpec.OceanAwsLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -2798,7 +2798,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -2810,7 +2810,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -2828,8 +2828,8 @@ const oceanAwsLaunchSpecSchedulingShutdownHours: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -2841,7 +2841,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -2853,7 +2853,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -2871,9 +2871,9 @@ const oceanAwsLaunchSpecSchedulingTask: oceanAwsLaunchSpec.OceanAwsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2886,7 +2886,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -2898,7 +2898,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -2910,7 +2910,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -2924,7 +2924,7 @@ public readonly taskHeadroom: IResolvable | OceanAwsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -2942,10 +2942,10 @@ const oceanAwsLaunchSpecSchedulingTaskTaskHeadroom: oceanAwsLaunchSpec.OceanAwsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2957,7 +2957,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2969,7 +2969,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2981,7 +2981,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2993,7 +2993,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3011,7 +3011,7 @@ const oceanAwsLaunchSpecStrategy: oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3023,7 +3023,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3041,8 +3041,8 @@ const oceanAwsLaunchSpecTags: oceanAwsLaunchSpec.OceanAwsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3054,7 +3054,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3066,7 +3066,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3084,9 +3084,9 @@ const oceanAwsLaunchSpecTaints: oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3098,7 +3098,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3110,7 +3110,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3122,7 +3122,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3140,7 +3140,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.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3153,7 +3153,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3167,7 +3167,7 @@ public readonly rollConfig: OceanAwsLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3185,7 +3185,7 @@ const oceanAwsLaunchSpecUpdatePolicyRollConfig: oceanAwsLaunchSpec.OceanAwsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3197,7 +3197,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanEcs.csharp.md b/docs/oceanEcs.csharp.md index 93e939c40..c6bb94c70 100644 --- a/docs/oceanEcs.csharp.md +++ b/docs/oceanEcs.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). # `oceanEcs` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://regist ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -1586,15 +1586,15 @@ new OceanEcsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1606,7 +1606,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1618,7 +1618,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1632,7 +1632,7 @@ public OceanEcsAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1644,7 +1644,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1658,7 +1658,7 @@ public OceanEcsAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1670,7 +1670,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1682,7 +1682,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1696,7 +1696,7 @@ public OceanEcsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1708,7 +1708,7 @@ public object ShouldScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1728,7 +1728,7 @@ new OceanEcsAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1740,7 +1740,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1762,9 +1762,9 @@ new OceanEcsAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1776,7 +1776,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1788,7 +1788,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1800,7 +1800,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1821,8 +1821,8 @@ new OceanEcsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1834,7 +1834,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1846,7 +1846,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1869,10 +1869,10 @@ new OceanEcsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -1884,7 +1884,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -1898,7 +1898,7 @@ public OceanEcsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -1910,7 +1910,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -1922,7 +1922,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -1950,15 +1950,15 @@ new OceanEcsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -1970,7 +1970,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -1984,7 +1984,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -1996,7 +1996,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2008,7 +2008,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2020,7 +2020,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2032,7 +2032,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2044,7 +2044,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2056,7 +2056,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2068,7 +2068,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2090,9 +2090,9 @@ new OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2104,7 +2104,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2116,7 +2116,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2128,7 +2128,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2148,7 +2148,7 @@ new OceanEcsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2160,7 +2160,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2226,39 +2226,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | | InstanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2340,7 +2340,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2352,7 +2352,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2364,7 +2364,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2376,7 +2376,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2388,7 +2388,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2400,7 +2400,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2414,7 +2414,7 @@ public OceanEcsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2426,7 +2426,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2440,7 +2440,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2454,7 +2454,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2466,7 +2466,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2478,7 +2478,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2490,7 +2490,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2504,7 +2504,7 @@ public OceanEcsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2516,7 +2516,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2528,7 +2528,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2543,7 +2543,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2557,7 +2557,7 @@ public OceanEcsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2569,7 +2569,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2583,7 +2583,7 @@ public OceanEcsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2595,7 +2595,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2607,7 +2607,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2619,7 +2619,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2633,7 +2633,7 @@ public OceanEcsOptimizeImages OptimizeImages { get; set; } optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2647,7 +2647,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2659,7 +2659,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2673,7 +2673,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2687,7 +2687,7 @@ public OceanEcsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2699,7 +2699,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2711,7 +2711,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2723,7 +2723,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2735,7 +2735,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2747,7 +2747,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2785,25 +2785,25 @@ new OceanEcsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2815,7 +2815,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2827,7 +2827,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2839,7 +2839,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2851,7 +2851,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -2863,7 +2863,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -2875,7 +2875,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -2887,7 +2887,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -2899,7 +2899,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -2911,7 +2911,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -2923,7 +2923,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2935,7 +2935,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -2947,7 +2947,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2959,7 +2959,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -2971,7 +2971,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -2983,7 +2983,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -2995,7 +2995,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3007,7 +3007,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3019,7 +3019,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3031,7 +3031,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3052,8 +3052,8 @@ new OceanEcsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3065,7 +3065,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3077,7 +3077,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3111,7 +3111,7 @@ public OceanEcsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3145,7 +3145,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3165,7 +3165,7 @@ new OceanEcsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3177,7 +3177,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3202,9 +3202,9 @@ new OceanEcsOptimizeImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3216,7 +3216,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3228,7 +3228,7 @@ public object ShouldOptimizeEcsAmi { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3240,7 +3240,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3276,7 +3276,7 @@ public OceanEcsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3290,7 +3290,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3311,8 +3311,8 @@ new OceanEcsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3324,7 +3324,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3336,7 +3336,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3358,9 +3358,9 @@ new OceanEcsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3372,7 +3372,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3384,7 +3384,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3396,7 +3396,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3417,8 +3417,8 @@ new OceanEcsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3430,7 +3430,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3442,7 +3442,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3465,9 +3465,9 @@ new OceanEcsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3480,7 +3480,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3492,7 +3492,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3504,7 +3504,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3518,7 +3518,7 @@ public OceanEcsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3539,8 +3539,8 @@ new OceanEcsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3552,7 +3552,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3564,7 +3564,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 2cc34130a..49f161cdd 100644 --- a/docs/oceanEcs.go.md +++ b/docs/oceanEcs.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). # `oceanEcs` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://regist ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs ``` @@ -596,7 +596,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsConstruct(x interface{}) *bool ``` @@ -628,7 +628,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ``` @@ -642,7 +642,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ``` @@ -1567,17 +1567,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits, ShouldScaleDownNonServiceTasks: interface{}, } ``` @@ -1586,15 +1586,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1606,7 +1606,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1618,7 +1618,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1632,7 +1632,7 @@ Down OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1644,7 +1644,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1658,7 +1658,7 @@ Headroom OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1670,7 +1670,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1682,7 +1682,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1696,7 +1696,7 @@ ResourceLimits OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1708,7 +1708,7 @@ ShouldScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1717,7 +1717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerDown { MaxScaleDownPercentage: *f64, @@ -1728,7 +1728,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1740,7 +1740,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1749,7 +1749,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1762,9 +1762,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1776,7 +1776,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1788,7 +1788,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1800,7 +1800,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1809,7 +1809,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1821,8 +1821,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1834,7 +1834,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1846,7 +1846,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1855,11 +1855,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1869,10 +1869,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -1884,7 +1884,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -1898,7 +1898,7 @@ Ebs OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -1910,7 +1910,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -1922,7 +1922,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -1931,11 +1931,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1950,15 +1950,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -1970,7 +1970,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -1984,7 +1984,7 @@ DynamicVolumeSize OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -1996,7 +1996,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2008,7 +2008,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2020,7 +2020,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2032,7 +2032,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2044,7 +2044,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2056,7 +2056,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2068,7 +2068,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2090,9 +2090,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2104,7 +2104,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2116,7 +2116,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2128,7 +2128,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2137,7 +2137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsClusterOrientation { AvailabilityVsCost: *string, @@ -2148,7 +2148,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2160,7 +2160,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2169,7 +2169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsConfig { Connection: interface{}, @@ -2185,28 +2185,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" SecurityGroupIds: *[]*string, SubnetIds: *[]*string, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, DesiredCapacity: *f64, DrainingTimeout: *f64, EbsOptimized: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions, KeyPair: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, - OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsOptimizeImages, + OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages, ScheduledTask: interface{}, SpotPercentage: *f64, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2226,39 +2226,39 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | | InstanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2340,7 +2340,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2352,7 +2352,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2364,7 +2364,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2376,7 +2376,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2388,7 +2388,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2400,7 +2400,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2414,7 +2414,7 @@ Autoscaler OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2426,7 +2426,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2440,7 +2440,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2454,7 +2454,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2466,7 +2466,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2478,7 +2478,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2490,7 +2490,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2504,7 +2504,7 @@ Filters OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2516,7 +2516,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2528,7 +2528,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2543,7 +2543,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2557,7 +2557,7 @@ InstanceMetadataOptions OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2569,7 +2569,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2583,7 +2583,7 @@ Logging OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2595,7 +2595,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2607,7 +2607,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2619,7 +2619,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2633,7 +2633,7 @@ OptimizeImages OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2647,7 +2647,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2659,7 +2659,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2673,7 +2673,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2687,7 +2687,7 @@ UpdatePolicy OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2699,7 +2699,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2711,7 +2711,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2723,7 +2723,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2735,7 +2735,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2747,7 +2747,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2756,7 +2756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsFilters { Architectures: *[]*string, @@ -2785,25 +2785,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2815,7 +2815,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2827,7 +2827,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2839,7 +2839,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2851,7 +2851,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -2863,7 +2863,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -2875,7 +2875,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -2887,7 +2887,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -2899,7 +2899,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -2911,7 +2911,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -2923,7 +2923,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2935,7 +2935,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -2947,7 +2947,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2959,7 +2959,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -2971,7 +2971,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -2983,7 +2983,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -2995,7 +2995,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3007,7 +3007,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3019,7 +3019,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3031,7 +3031,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3040,7 +3040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsInstanceMetadataOptions { HttpTokens: *string, @@ -3052,8 +3052,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3065,7 +3065,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3077,7 +3077,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3086,10 +3086,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport, } ``` @@ -3111,7 +3111,7 @@ Export OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3120,7 +3120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExport { S3: interface{}, @@ -3145,7 +3145,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExportS3 { Id: *string, @@ -3165,7 +3165,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3177,7 +3177,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3189,7 +3189,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsOptimizeImages { PerformAt: *string, @@ -3202,9 +3202,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3216,7 +3216,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3228,7 +3228,7 @@ ShouldOptimizeEcsAmi interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3240,7 +3240,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3249,10 +3249,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3276,7 +3276,7 @@ ShutdownHours OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3290,7 +3290,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3311,8 +3311,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3324,7 +3324,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3336,7 +3336,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3345,7 +3345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskTasks { CronExpression: *string, @@ -3358,9 +3358,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3372,7 +3372,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3384,7 +3384,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3396,7 +3396,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3405,7 +3405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsTags { Key: *string, @@ -3417,8 +3417,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3430,7 +3430,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3442,7 +3442,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3451,13 +3451,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcs.OceanEcsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig, } ``` @@ -3465,9 +3465,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3480,7 +3480,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3492,7 +3492,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3504,7 +3504,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3518,7 +3518,7 @@ RollConfig OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3527,7 +3527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3539,8 +3539,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3552,7 +3552,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3564,7 +3564,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- @@ -3575,7 +3575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference ``` @@ -3853,7 +3853,7 @@ func InternalValue() OceanEcsAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference ``` @@ -4189,7 +4189,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference ``` @@ -4738,7 +4738,7 @@ func InternalValue() OceanEcsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference ``` @@ -5045,7 +5045,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5360,7 +5360,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference ``` @@ -5883,7 +5883,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList ``` @@ -6026,7 +6026,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference ``` @@ -6415,7 +6415,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList ``` @@ -6558,7 +6558,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference ``` @@ -6854,7 +6854,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference ``` @@ -7654,7 +7654,7 @@ func InternalValue() OceanEcsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference ``` @@ -7954,7 +7954,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference ``` @@ -8245,7 +8245,7 @@ func InternalValue() OceanEcsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List ``` @@ -8388,7 +8388,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference ``` @@ -8677,7 +8677,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference ``` @@ -8968,7 +8968,7 @@ func InternalValue() OceanEcsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference ``` @@ -9290,7 +9290,7 @@ func InternalValue() OceanEcsOptimizeImages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList ``` @@ -9433,7 +9433,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference ``` @@ -9784,7 +9784,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference ``` @@ -10084,7 +10084,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList ``` @@ -10227,7 +10227,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference ``` @@ -10560,7 +10560,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList ``` @@ -10703,7 +10703,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference ``` @@ -11014,7 +11014,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference ``` @@ -11385,7 +11385,7 @@ func InternalValue() OceanEcsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcs.java.md b/docs/oceanEcs.java.md index 5717effcb..93721d912 100644 --- a/docs/oceanEcs.java.md +++ b/docs/oceanEcs.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). # `oceanEcs` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://regist ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -84,39 +84,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -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.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -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.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -208,7 +208,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.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -216,7 +216,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.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -224,7 +224,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.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -234,7 +234,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.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -242,7 +242,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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -252,7 +252,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.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -262,7 +262,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.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -270,7 +270,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.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -278,7 +278,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.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -286,7 +286,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.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -296,7 +296,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.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -304,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.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -312,7 +312,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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -323,7 +323,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.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -333,7 +333,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.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -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.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -351,7 +351,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.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -359,7 +359,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.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -367,7 +367,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.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -375,7 +375,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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -385,7 +385,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.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -395,7 +395,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.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -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.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -413,7 +413,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.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -423,7 +423,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.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -431,7 +431,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.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -439,7 +439,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.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -447,7 +447,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.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -455,7 +455,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.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -463,7 +463,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.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2007,15 +2007,15 @@ OceanEcsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2027,7 +2027,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2039,7 +2039,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2053,7 +2053,7 @@ public OceanEcsAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2065,7 +2065,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.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2079,7 +2079,7 @@ public OceanEcsAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2091,7 +2091,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.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -2103,7 +2103,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2117,7 +2117,7 @@ public OceanEcsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2129,7 +2129,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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2149,7 +2149,7 @@ OceanEcsAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2161,7 +2161,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2183,9 +2183,9 @@ OceanEcsAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2197,7 +2197,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2209,7 +2209,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2221,7 +2221,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2242,8 +2242,8 @@ OceanEcsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2255,7 +2255,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2267,7 +2267,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2290,10 +2290,10 @@ OceanEcsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2305,7 +2305,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2319,7 +2319,7 @@ public OceanEcsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2331,7 +2331,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2343,7 +2343,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2373,15 +2373,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2393,7 +2393,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.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2407,7 +2407,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2419,7 +2419,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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2431,7 +2431,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2443,7 +2443,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2455,7 +2455,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2467,7 +2467,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2479,7 +2479,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2491,7 +2491,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2513,9 +2513,9 @@ OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2527,7 +2527,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2539,7 +2539,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2551,7 +2551,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2571,7 +2571,7 @@ OceanEcsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2583,7 +2583,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2663,39 +2663,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2777,7 +2777,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2789,7 +2789,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2801,7 +2801,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2813,7 +2813,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2825,7 +2825,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2837,7 +2837,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.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2851,7 +2851,7 @@ public OceanEcsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2863,7 +2863,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2877,7 +2877,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2891,7 +2891,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2903,7 +2903,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2915,7 +2915,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2927,7 +2927,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.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2941,7 +2941,7 @@ public OceanEcsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2953,7 +2953,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2965,7 +2965,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2980,7 +2980,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2994,7 +2994,7 @@ public OceanEcsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3006,7 +3006,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3020,7 +3020,7 @@ public OceanEcsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3032,7 +3032,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3044,7 +3044,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3056,7 +3056,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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3070,7 +3070,7 @@ public OceanEcsOptimizeImages getOptimizeImages(); optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3084,7 +3084,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3096,7 +3096,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3110,7 +3110,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3124,7 +3124,7 @@ public OceanEcsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3136,7 +3136,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.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3148,7 +3148,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3160,7 +3160,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.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3172,7 +3172,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.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3184,7 +3184,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3223,25 +3223,25 @@ OceanEcsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3253,7 +3253,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3265,7 +3265,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3277,7 +3277,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3289,7 +3289,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3301,7 +3301,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.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3313,7 +3313,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3325,7 +3325,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3337,7 +3337,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3349,7 +3349,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3361,7 +3361,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3373,7 +3373,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3385,7 +3385,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3397,7 +3397,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3409,7 +3409,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3421,7 +3421,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3433,7 +3433,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3445,7 +3445,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3457,7 +3457,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3469,7 +3469,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3490,8 +3490,8 @@ OceanEcsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3503,7 +3503,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3515,7 +3515,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3549,7 +3549,7 @@ public OceanEcsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3584,7 +3584,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3604,7 +3604,7 @@ OceanEcsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3616,7 +3616,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3642,9 +3642,9 @@ OceanEcsOptimizeImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3656,7 +3656,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3668,7 +3668,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.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3680,7 +3680,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3717,7 +3717,7 @@ public OceanEcsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3731,7 +3731,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3753,8 +3753,8 @@ OceanEcsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3766,7 +3766,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3778,7 +3778,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3801,9 +3801,9 @@ OceanEcsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3815,7 +3815,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3827,7 +3827,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3839,7 +3839,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3860,8 +3860,8 @@ OceanEcsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3873,7 +3873,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3885,7 +3885,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3911,9 +3911,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3926,7 +3926,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.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3938,7 +3938,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.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3950,7 +3950,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.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3964,7 +3964,7 @@ public OceanEcsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3985,8 +3985,8 @@ OceanEcsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3998,7 +3998,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4010,7 +4010,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 a454b7267..217e404d3 100644 --- a/docs/oceanEcs.python.md +++ b/docs/oceanEcs.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). # `oceanEcs` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://regist ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -72,39 +72,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -172,7 +172,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_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.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -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.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -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.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -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.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#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.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -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.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -230,7 +230,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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -240,7 +240,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.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -250,7 +250,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.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -258,7 +258,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.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -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.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -274,7 +274,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.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -284,7 +284,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.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -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.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -311,7 +311,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.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -321,7 +321,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.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -339,7 +339,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.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -347,7 +347,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.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -355,7 +355,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.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -363,7 +363,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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -373,7 +373,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.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -383,7 +383,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.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -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.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -401,7 +401,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.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -411,7 +411,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.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -419,7 +419,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.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -435,7 +435,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.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -443,7 +443,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.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -451,7 +451,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.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -745,7 +745,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -753,7 +753,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.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -763,7 +763,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.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -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.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -781,7 +781,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.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -789,7 +789,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.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -797,7 +797,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -807,7 +807,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.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -815,7 +815,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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -877,7 +877,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -885,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.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -893,7 +893,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.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -901,7 +901,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.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -909,7 +909,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.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -917,7 +917,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.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -925,7 +925,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.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -941,7 +941,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.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -949,7 +949,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.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -957,7 +957,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.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -965,7 +965,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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -973,7 +973,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.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -981,7 +981,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.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -989,7 +989,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.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -997,7 +997,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.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -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.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -1013,7 +1013,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.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -1021,7 +1021,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.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -1038,7 +1038,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#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.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -1064,7 +1064,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -1082,7 +1082,7 @@ def put_optimize_images( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -1090,7 +1090,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.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -1098,7 +1098,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.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -1145,7 +1145,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -1153,7 +1153,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.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -1161,7 +1161,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.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -1171,7 +1171,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.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -2352,15 +2352,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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2372,7 +2372,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.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2384,7 +2384,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2398,7 +2398,7 @@ down: OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2410,7 +2410,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.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2424,7 +2424,7 @@ headroom: OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2436,7 +2436,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.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -2448,7 +2448,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2462,7 +2462,7 @@ resource_limits: OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2474,7 +2474,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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2494,7 +2494,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.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2506,7 +2506,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.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2528,9 +2528,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2542,7 +2542,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.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2554,7 +2554,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.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2566,7 +2566,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.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2587,8 +2587,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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2600,7 +2600,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.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2612,7 +2612,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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2635,10 +2635,10 @@ oceanEcs.OceanEcsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2650,7 +2650,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2664,7 +2664,7 @@ ebs: OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2676,7 +2676,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2688,7 +2688,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2716,15 +2716,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2736,7 +2736,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.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2750,7 +2750,7 @@ dynamic_volume_size: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2762,7 +2762,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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2774,7 +2774,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2786,7 +2786,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2798,7 +2798,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2810,7 +2810,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2822,7 +2822,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.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2834,7 +2834,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2856,9 +2856,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2870,7 +2870,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.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2882,7 +2882,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2894,7 +2894,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.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2914,7 +2914,7 @@ oceanEcs.OceanEcsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2926,7 +2926,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2992,39 +2992,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -3106,7 +3106,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -3118,7 +3118,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -3130,7 +3130,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -3142,7 +3142,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -3154,7 +3154,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -3166,7 +3166,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.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -3180,7 +3180,7 @@ autoscaler: OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -3192,7 +3192,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -3206,7 +3206,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.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -3220,7 +3220,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.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -3232,7 +3232,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.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -3244,7 +3244,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.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -3256,7 +3256,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.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -3270,7 +3270,7 @@ filters: OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -3282,7 +3282,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -3294,7 +3294,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3309,7 +3309,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -3323,7 +3323,7 @@ instance_metadata_options: OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3335,7 +3335,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3349,7 +3349,7 @@ logging: OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3361,7 +3361,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.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3373,7 +3373,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.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3385,7 +3385,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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3399,7 +3399,7 @@ optimize_images: OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3413,7 +3413,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.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3425,7 +3425,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.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3439,7 +3439,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3453,7 +3453,7 @@ update_policy: OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3465,7 +3465,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.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3477,7 +3477,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3489,7 +3489,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.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3501,7 +3501,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.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3513,7 +3513,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3551,25 +3551,25 @@ oceanEcs.OceanEcsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3581,7 +3581,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3593,7 +3593,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3605,7 +3605,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3617,7 +3617,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3629,7 +3629,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.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3641,7 +3641,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3653,7 +3653,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3665,7 +3665,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3677,7 +3677,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.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3689,7 +3689,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.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3701,7 +3701,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.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3713,7 +3713,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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3725,7 +3725,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.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3737,7 +3737,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.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3749,7 +3749,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.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3761,7 +3761,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.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3773,7 +3773,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.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3785,7 +3785,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3797,7 +3797,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3818,8 +3818,8 @@ oceanEcs.OceanEcsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3831,7 +3831,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3843,7 +3843,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.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3877,7 +3877,7 @@ export: OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3911,7 +3911,7 @@ s3: typing.Union[IResolvable, typing.List[OceanEcsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3931,7 +3931,7 @@ oceanEcs.OceanEcsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3943,7 +3943,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3968,9 +3968,9 @@ oceanEcs.OceanEcsOptimizeImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3982,7 +3982,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3994,7 +3994,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.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -4006,7 +4006,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4042,7 +4042,7 @@ shutdown_hours: OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -4056,7 +4056,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanEcsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -4077,8 +4077,8 @@ oceanEcs.OceanEcsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -4090,7 +4090,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4102,7 +4102,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4124,9 +4124,9 @@ oceanEcs.OceanEcsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -4138,7 +4138,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -4150,7 +4150,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4162,7 +4162,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -4183,8 +4183,8 @@ oceanEcs.OceanEcsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -4196,7 +4196,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -4208,7 +4208,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -4231,9 +4231,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | roll_config | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -4246,7 +4246,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.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -4258,7 +4258,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.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -4270,7 +4270,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.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -4284,7 +4284,7 @@ roll_config: OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -4305,8 +4305,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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -4318,7 +4318,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.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4330,7 +4330,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.141.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- @@ -5252,7 +5252,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -5270,7 +5270,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -5278,7 +5278,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.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -5286,7 +5286,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.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -5303,7 +5303,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -5311,7 +5311,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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -6537,7 +6537,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -6545,7 +6545,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -6553,7 +6553,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.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -7278,7 +7278,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -7288,7 +7288,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.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -7296,7 +7296,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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -7304,7 +7304,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.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -7312,7 +7312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -7320,7 +7320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -7328,7 +7328,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.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -7336,7 +7336,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.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -7344,7 +7344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -10153,7 +10153,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -10994,7 +10994,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -11002,7 +11002,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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -12692,7 +12692,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -12700,7 +12700,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.141.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.142.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 8825aaa39..fe860dac1 100644 --- a/docs/oceanEcs.typescript.md +++ b/docs/oceanEcs.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). # `oceanEcs` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://regist ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -1576,15 +1576,15 @@ const oceanEcsAutoscaler: oceanEcs.OceanEcsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1596,7 +1596,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1608,7 +1608,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1622,7 +1622,7 @@ public readonly down: OceanEcsAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1634,7 +1634,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1648,7 +1648,7 @@ public readonly headroom: OceanEcsAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1660,7 +1660,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1672,7 +1672,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1686,7 +1686,7 @@ public readonly resourceLimits: OceanEcsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1698,7 +1698,7 @@ public readonly shouldScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1716,7 +1716,7 @@ const oceanEcsAutoscalerDown: oceanEcs.OceanEcsAutoscalerDown = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1728,7 +1728,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1746,9 +1746,9 @@ const oceanEcsAutoscalerHeadroom: oceanEcs.OceanEcsAutoscalerHeadroom = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1760,7 +1760,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1772,7 +1772,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1784,7 +1784,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1802,8 +1802,8 @@ const oceanEcsAutoscalerResourceLimits: oceanEcs.OceanEcsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1815,7 +1815,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1827,7 +1827,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1845,10 +1845,10 @@ const oceanEcsBlockDeviceMappings: oceanEcs.OceanEcsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -1860,7 +1860,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -1874,7 +1874,7 @@ public readonly ebs: OceanEcsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -1886,7 +1886,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -1898,7 +1898,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -1916,15 +1916,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.141.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.142.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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -1936,7 +1936,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -1950,7 +1950,7 @@ public readonly dynamicVolumeSize: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -1962,7 +1962,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -1974,7 +1974,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -1986,7 +1986,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -1998,7 +1998,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2010,7 +2010,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2022,7 +2022,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2034,7 +2034,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2052,9 +2052,9 @@ const oceanEcsBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcs.OceanEcsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2066,7 +2066,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2078,7 +2078,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2090,7 +2090,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2108,7 +2108,7 @@ const oceanEcsClusterOrientation: oceanEcs.OceanEcsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2120,7 +2120,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2145,39 +2145,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.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | | instanceMetadataOptions | OceanEcsInstanceMetadataOptions | instance_metadata_options block. | -| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2259,7 +2259,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2271,7 +2271,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2283,7 +2283,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2295,7 +2295,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2307,7 +2307,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2319,7 +2319,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2333,7 +2333,7 @@ public readonly autoscaler: OceanEcsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2345,7 +2345,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2359,7 +2359,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2373,7 +2373,7 @@ public readonly clusterOrientation: IResolvable | OceanEcsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2385,7 +2385,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2397,7 +2397,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2409,7 +2409,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2423,7 +2423,7 @@ public readonly filters: OceanEcsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2435,7 +2435,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2447,7 +2447,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2462,7 +2462,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2476,7 +2476,7 @@ public readonly instanceMetadataOptions: OceanEcsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2488,7 +2488,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2502,7 +2502,7 @@ public readonly logging: OceanEcsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2514,7 +2514,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2526,7 +2526,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2538,7 +2538,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2552,7 +2552,7 @@ public readonly optimizeImages: OceanEcsOptimizeImages; optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2566,7 +2566,7 @@ public readonly scheduledTask: IResolvable | OceanEcsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2578,7 +2578,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2592,7 +2592,7 @@ public readonly tags: IResolvable | OceanEcsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2606,7 +2606,7 @@ public readonly updatePolicy: OceanEcsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2618,7 +2618,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2630,7 +2630,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2642,7 +2642,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2654,7 +2654,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2666,7 +2666,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2684,25 +2684,25 @@ const oceanEcsFilters: oceanEcs.OceanEcsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2714,7 +2714,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2726,7 +2726,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2738,7 +2738,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2750,7 +2750,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -2762,7 +2762,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -2774,7 +2774,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -2786,7 +2786,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -2798,7 +2798,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -2810,7 +2810,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -2822,7 +2822,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2834,7 +2834,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -2846,7 +2846,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2858,7 +2858,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -2870,7 +2870,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -2882,7 +2882,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -2894,7 +2894,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -2906,7 +2906,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -2918,7 +2918,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -2930,7 +2930,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -2948,8 +2948,8 @@ const oceanEcsInstanceMetadataOptions: oceanEcs.OceanEcsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -2961,7 +2961,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -2973,7 +2973,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3005,7 +3005,7 @@ public readonly export: OceanEcsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3037,7 +3037,7 @@ public readonly s3: IResolvable | OceanEcsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3055,7 +3055,7 @@ const oceanEcsLoggingExportS3: oceanEcs.OceanEcsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3067,7 +3067,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3088,9 +3088,9 @@ const oceanEcsOptimizeImages: oceanEcs.OceanEcsOptimizeImages = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3102,7 +3102,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3114,7 +3114,7 @@ public readonly shouldOptimizeEcsAmi: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3126,7 +3126,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3159,7 +3159,7 @@ public readonly shutdownHours: OceanEcsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3173,7 +3173,7 @@ public readonly tasks: IResolvable | OceanEcsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3191,8 +3191,8 @@ const oceanEcsScheduledTaskShutdownHours: oceanEcs.OceanEcsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3204,7 +3204,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3216,7 +3216,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3234,9 +3234,9 @@ const oceanEcsScheduledTaskTasks: oceanEcs.OceanEcsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3248,7 +3248,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3260,7 +3260,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3272,7 +3272,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3290,8 +3290,8 @@ const oceanEcsTags: oceanEcs.OceanEcsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3303,7 +3303,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3315,7 +3315,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3333,9 +3333,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3348,7 +3348,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3360,7 +3360,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3372,7 +3372,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3386,7 +3386,7 @@ public readonly rollConfig: OceanEcsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3404,8 +3404,8 @@ const oceanEcsUpdatePolicyRollConfig: oceanEcs.OceanEcsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3417,7 +3417,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3429,7 +3429,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 5e300af16..6d4f58a80 100644 --- a/docs/oceanEcsLaunchSpec.csharp.md +++ b/docs/oceanEcsLaunchSpec.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec). # `oceanEcsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](ht ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -1126,8 +1126,8 @@ new OceanEcsLaunchSpecAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1139,7 +1139,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1151,7 +1151,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1173,9 +1173,9 @@ new OceanEcsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1187,7 +1187,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1199,7 +1199,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1211,7 +1211,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1234,10 +1234,10 @@ new OceanEcsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1249,7 +1249,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1263,7 +1263,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1275,7 +1275,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1287,7 +1287,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1315,15 +1315,15 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1335,7 +1335,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1349,7 +1349,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1361,7 +1361,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1373,7 +1373,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1385,7 +1385,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1397,7 +1397,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1409,7 +1409,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1421,7 +1421,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1433,7 +1433,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1455,9 +1455,9 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1469,7 +1469,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1481,7 +1481,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1493,7 +1493,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1544,24 +1544,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1643,7 +1643,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1655,7 +1655,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1669,7 +1669,7 @@ public object Attributes { get; set; } attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1683,7 +1683,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1697,7 +1697,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1709,7 +1709,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1721,7 +1721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1736,7 +1736,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1750,7 +1750,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1762,7 +1762,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1774,7 +1774,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1786,7 +1786,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -1800,7 +1800,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -1812,7 +1812,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -1826,7 +1826,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -1838,7 +1838,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -1852,7 +1852,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -1864,7 +1864,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -1885,8 +1885,8 @@ new OceanEcsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -1898,7 +1898,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -1910,7 +1910,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1933,9 +1933,9 @@ new OceanEcsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -1948,7 +1948,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -1960,7 +1960,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -1972,7 +1972,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -1986,7 +1986,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2008,9 +2008,9 @@ new OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2022,7 +2022,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2034,7 +2034,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2046,7 +2046,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2066,7 +2066,7 @@ new OceanEcsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2078,7 +2078,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2099,8 +2099,8 @@ new OceanEcsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2112,7 +2112,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2124,7 +2124,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index ddc9c19f8..b62fccc2c 100644 --- a/docs/oceanEcsLaunchSpec.go.md +++ b/docs/oceanEcsLaunchSpec.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec). # `oceanEcsLaunchSpec` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](ht ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec ``` @@ -473,7 +473,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -505,7 +505,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -519,7 +519,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -1114,7 +1114,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAttributes { Key: *string, @@ -1126,8 +1126,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1139,7 +1139,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1151,7 +1151,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1160,7 +1160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1173,9 +1173,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1187,7 +1187,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1199,7 +1199,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1211,7 +1211,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1220,11 +1220,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1234,10 +1234,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1249,7 +1249,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1263,7 +1263,7 @@ Ebs OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1275,7 +1275,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1287,7 +1287,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1296,11 +1296,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1315,15 +1315,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1335,7 +1335,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1349,7 +1349,7 @@ DynamicVolumeSize OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1361,7 +1361,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1373,7 +1373,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1385,7 +1385,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1397,7 +1397,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1409,7 +1409,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1421,7 +1421,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1433,7 +1433,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1442,7 +1442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1455,9 +1455,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1469,7 +1469,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1481,7 +1481,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1493,7 +1493,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1502,7 +1502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecConfig { Connection: interface{}, @@ -1520,7 +1520,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, PreferredSpotTypes: *[]*string, RestrictScaleDown: interface{}, @@ -1544,24 +1544,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1643,7 +1643,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1655,7 +1655,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1669,7 +1669,7 @@ Attributes interface{} attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1683,7 +1683,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1697,7 +1697,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1709,7 +1709,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1721,7 +1721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1736,7 +1736,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1750,7 +1750,7 @@ InstanceMetadataOptions OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1762,7 +1762,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1774,7 +1774,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1786,7 +1786,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -1800,7 +1800,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -1812,7 +1812,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -1826,7 +1826,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -1838,7 +1838,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -1852,7 +1852,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -1864,7 +1864,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -1873,7 +1873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -1885,8 +1885,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -1898,7 +1898,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -1910,7 +1910,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1919,7 +1919,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask { CronExpression: *string, @@ -1933,9 +1933,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -1948,7 +1948,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -1960,7 +1960,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -1972,7 +1972,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -1986,7 +1986,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -1995,7 +1995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2008,9 +2008,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2022,7 +2022,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2034,7 +2034,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2046,7 +2046,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2055,7 +2055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecStrategy { SpotPercentage: *f64, @@ -2066,7 +2066,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2078,7 +2078,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2087,7 +2087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecTags { Key: *string, @@ -2099,8 +2099,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2112,7 +2112,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2124,7 +2124,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -2135,7 +2135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList ``` @@ -2278,7 +2278,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference ``` @@ -2589,7 +2589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList ``` @@ -2732,7 +2732,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3079,7 +3079,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -3394,7 +3394,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -3917,7 +3917,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList ``` @@ -4060,7 +4060,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -4449,7 +4449,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -4749,7 +4749,7 @@ func InternalValue() OceanEcsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList ``` @@ -4892,7 +4892,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference ``` @@ -5267,7 +5267,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -5410,7 +5410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -5757,7 +5757,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList ``` @@ -5900,7 +5900,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference ``` @@ -6196,7 +6196,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList ``` @@ -6339,7 +6339,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecTagsOutputReference ``` diff --git a/docs/oceanEcsLaunchSpec.java.md b/docs/oceanEcsLaunchSpec.java.md index 38fe54e5d..b2db6f7dc 100644 --- a/docs/oceanEcsLaunchSpec.java.md +++ b/docs/oceanEcsLaunchSpec.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec). # `oceanEcsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](ht ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -66,24 +66,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -151,7 +151,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.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -159,7 +159,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -169,7 +169,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.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -179,7 +179,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -189,7 +189,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -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.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -216,7 +216,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -226,7 +226,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -234,7 +234,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -242,7 +242,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -250,7 +250,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -260,7 +260,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -268,7 +268,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -278,7 +278,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.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -286,7 +286,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -296,7 +296,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.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -304,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -1384,8 +1384,8 @@ OceanEcsLaunchSpecAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1397,7 +1397,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1409,7 +1409,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1431,9 +1431,9 @@ OceanEcsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1445,7 +1445,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1457,7 +1457,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1469,7 +1469,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1492,10 +1492,10 @@ OceanEcsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1507,7 +1507,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1521,7 +1521,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1533,7 +1533,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1545,7 +1545,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1575,15 +1575,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1595,7 +1595,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1609,7 +1609,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1621,7 +1621,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.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1633,7 +1633,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1645,7 +1645,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1657,7 +1657,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1669,7 +1669,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1681,7 +1681,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1693,7 +1693,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1715,9 +1715,9 @@ OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1729,7 +1729,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1741,7 +1741,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1753,7 +1753,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1815,24 +1815,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1914,7 +1914,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1926,7 +1926,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1940,7 +1940,7 @@ public java.lang.Object getAttributes(); attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1954,7 +1954,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1968,7 +1968,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1980,7 +1980,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1992,7 +1992,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2007,7 +2007,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2021,7 +2021,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2033,7 +2033,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2045,7 +2045,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2057,7 +2057,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2071,7 +2071,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2083,7 +2083,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2097,7 +2097,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2109,7 +2109,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2123,7 +2123,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2135,7 +2135,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2156,8 +2156,8 @@ OceanEcsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2169,7 +2169,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2181,7 +2181,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2206,9 +2206,9 @@ OceanEcsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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. | --- @@ -2221,7 +2221,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2233,7 +2233,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2245,7 +2245,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2259,7 +2259,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2281,9 +2281,9 @@ OceanEcsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2295,7 +2295,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2307,7 +2307,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2319,7 +2319,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2339,7 +2339,7 @@ OceanEcsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2351,7 +2351,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2372,8 +2372,8 @@ OceanEcsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2385,7 +2385,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2397,7 +2397,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.python.md b/docs/oceanEcsLaunchSpec.python.md index 1849d0de1..05ff956a4 100644 --- a/docs/oceanEcsLaunchSpec.python.md +++ b/docs/oceanEcsLaunchSpec.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec). # `oceanEcsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](ht ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -57,24 +57,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -142,7 +142,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.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -160,7 +160,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.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -170,7 +170,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -180,7 +180,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -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.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -207,7 +207,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -217,7 +217,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -225,7 +225,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -241,7 +241,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -251,7 +251,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -259,7 +259,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -269,7 +269,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.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -277,7 +277,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -287,7 +287,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.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -609,7 +609,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -617,7 +617,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1431,8 +1431,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1444,7 +1444,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1456,7 +1456,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1478,9 +1478,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1492,7 +1492,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1504,7 +1504,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1516,7 +1516,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1539,10 +1539,10 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1554,7 +1554,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1568,7 +1568,7 @@ ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1580,7 +1580,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1592,7 +1592,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1620,15 +1620,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1640,7 +1640,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1654,7 +1654,7 @@ dynamic_volume_size: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1666,7 +1666,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.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1678,7 +1678,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1690,7 +1690,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1702,7 +1702,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1714,7 +1714,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1726,7 +1726,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1738,7 +1738,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1760,9 +1760,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1774,7 +1774,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1786,7 +1786,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1798,7 +1798,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1849,24 +1849,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | 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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1948,7 +1948,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1960,7 +1960,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1974,7 +1974,7 @@ attributes: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecAttributes]] attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1988,7 +1988,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -2002,7 +2002,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -2014,7 +2014,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -2026,7 +2026,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2041,7 +2041,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2055,7 +2055,7 @@ instance_metadata_options: OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2067,7 +2067,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2079,7 +2079,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2091,7 +2091,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2105,7 +2105,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2117,7 +2117,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2131,7 +2131,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2143,7 +2143,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2157,7 +2157,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2169,7 +2169,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2190,8 +2190,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2203,7 +2203,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2215,7 +2215,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2238,9 +2238,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2253,7 +2253,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2265,7 +2265,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2277,7 +2277,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2291,7 +2291,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2313,9 +2313,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2327,7 +2327,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2339,7 +2339,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2351,7 +2351,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2371,7 +2371,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2383,7 +2383,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2404,8 +2404,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2417,7 +2417,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2429,7 +2429,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -4041,7 +4041,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -4049,7 +4049,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -4057,7 +4057,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -4782,7 +4782,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -4792,7 +4792,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -4800,7 +4800,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.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -4808,7 +4808,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.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -4816,7 +4816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -4824,7 +4824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -4832,7 +4832,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.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -4840,7 +4840,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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -4848,7 +4848,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 b012d8ced..956127229 100644 --- a/docs/oceanEcsLaunchSpec.typescript.md +++ b/docs/oceanEcsLaunchSpec.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec). # `oceanEcsLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](ht ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -1123,8 +1123,8 @@ const oceanEcsLaunchSpecAttributes: oceanEcsLaunchSpec.OceanEcsLaunchSpecAttribu | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1136,7 +1136,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1148,7 +1148,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1166,9 +1166,9 @@ const oceanEcsLaunchSpecAutoscaleHeadrooms: oceanEcsLaunchSpec.OceanEcsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1180,7 +1180,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1192,7 +1192,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1204,7 +1204,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1222,10 +1222,10 @@ const oceanEcsLaunchSpecBlockDeviceMappings: oceanEcsLaunchSpec.OceanEcsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1237,7 +1237,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1251,7 +1251,7 @@ public readonly ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1263,7 +1263,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1275,7 +1275,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1293,15 +1293,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.141.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.142.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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1313,7 +1313,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1327,7 +1327,7 @@ public readonly dynamicVolumeSize: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1339,7 +1339,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1351,7 +1351,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1363,7 +1363,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1375,7 +1375,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1387,7 +1387,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1399,7 +1399,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1411,7 +1411,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1429,9 +1429,9 @@ const oceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1443,7 +1443,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1455,7 +1455,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1467,7 +1467,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1492,24 +1492,24 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1591,7 +1591,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1603,7 +1603,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1617,7 +1617,7 @@ public readonly attributes: IResolvable | OceanEcsLaunchSpecAttributes[]; attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1631,7 +1631,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanEcsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1645,7 +1645,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1657,7 +1657,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1669,7 +1669,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1684,7 +1684,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1698,7 +1698,7 @@ public readonly instanceMetadataOptions: OceanEcsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1710,7 +1710,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1722,7 +1722,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1734,7 +1734,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -1748,7 +1748,7 @@ public readonly schedulingTask: IResolvable | OceanEcsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -1760,7 +1760,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -1774,7 +1774,7 @@ public readonly strategy: IResolvable | OceanEcsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -1786,7 +1786,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -1800,7 +1800,7 @@ public readonly tags: IResolvable | OceanEcsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -1812,7 +1812,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -1830,8 +1830,8 @@ const oceanEcsLaunchSpecInstanceMetadataOptions: oceanEcsLaunchSpec.OceanEcsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -1843,7 +1843,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -1855,7 +1855,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1873,9 +1873,9 @@ const oceanEcsLaunchSpecSchedulingTask: oceanEcsLaunchSpec.OceanEcsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -1888,7 +1888,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -1900,7 +1900,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -1912,7 +1912,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -1926,7 +1926,7 @@ public readonly taskHeadroom: IResolvable | OceanEcsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -1944,9 +1944,9 @@ const oceanEcsLaunchSpecSchedulingTaskTaskHeadroom: oceanEcsLaunchSpec.OceanEcsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1958,7 +1958,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1970,7 +1970,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1982,7 +1982,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2000,7 +2000,7 @@ const oceanEcsLaunchSpecStrategy: oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2012,7 +2012,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2030,8 +2030,8 @@ const oceanEcsLaunchSpecTags: oceanEcsLaunchSpec.OceanEcsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2043,7 +2043,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2055,7 +2055,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanGkeImport.csharp.md b/docs/oceanGkeImport.csharp.md index ee3f49e72..ddcbfa36d 100644 --- a/docs/oceanGkeImport.csharp.md +++ b/docs/oceanGkeImport.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). # `oceanGkeImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https:/ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -1101,13 +1101,13 @@ new OceanGkeImportAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1120,7 +1120,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1132,7 +1132,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1146,7 +1146,7 @@ public OceanGkeImportAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1158,7 +1158,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1172,7 +1172,7 @@ public OceanGkeImportAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1184,7 +1184,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1196,7 +1196,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1210,7 +1210,7 @@ public OceanGkeImportAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1231,8 +1231,8 @@ new OceanGkeImportAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1244,7 +1244,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1256,7 +1256,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1279,10 +1279,10 @@ new OceanGkeImportAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1294,7 +1294,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1306,7 +1306,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1318,7 +1318,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1330,7 +1330,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1351,8 +1351,8 @@ new OceanGkeImportAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1364,7 +1364,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1376,7 +1376,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1399,10 +1399,10 @@ new OceanGkeImportBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1414,7 +1414,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1426,7 +1426,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1440,7 +1440,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1452,7 +1452,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1473,8 +1473,8 @@ new OceanGkeImportBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1486,7 +1486,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1498,7 +1498,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1548,23 +1548,23 @@ 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.141.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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1646,7 +1646,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1658,7 +1658,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1672,7 +1672,7 @@ public OceanGkeImportAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1686,7 +1686,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1698,7 +1698,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1710,7 +1710,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1722,7 +1722,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1734,7 +1734,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1749,7 +1749,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1761,7 +1761,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1773,7 +1773,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1787,7 +1787,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1801,7 +1801,7 @@ public OceanGkeImportShieldedInstanceConfig ShieldedInstanceConfig { get; set; } shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1815,7 +1815,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1829,7 +1829,7 @@ public OceanGkeImportUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1841,7 +1841,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -1853,7 +1853,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -1889,7 +1889,7 @@ public OceanGkeImportScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -1903,7 +1903,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -1924,8 +1924,8 @@ new OceanGkeImportScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -1937,7 +1937,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -1949,7 +1949,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1972,9 +1972,9 @@ new OceanGkeImportScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -1987,7 +1987,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -1999,7 +1999,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2011,7 +2011,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2025,7 +2025,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters TaskParameters { get; set; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2059,7 +2059,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll ClusterRoll { g cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2082,10 +2082,10 @@ new OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2097,7 +2097,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2109,7 +2109,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2121,7 +2121,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2133,7 +2133,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2154,8 +2154,8 @@ new OceanGkeImportShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2167,7 +2167,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2179,7 +2179,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2201,9 +2201,9 @@ new OceanGkeImportStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2215,7 +2215,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2227,7 +2227,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2239,7 +2239,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2261,8 +2261,8 @@ new OceanGkeImportUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2275,7 +2275,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2287,7 +2287,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2301,7 +2301,7 @@ public OceanGkeImportUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2324,10 +2324,10 @@ new OceanGkeImportUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2339,7 +2339,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2351,7 +2351,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2363,7 +2363,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2375,7 +2375,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index 0aef8671e..6d87974ff 100644 --- a/docs/oceanGkeImport.go.md +++ b/docs/oceanGkeImport.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). # `oceanGkeImport` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https:/ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport ``` @@ -453,7 +453,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool ``` @@ -485,7 +485,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ``` @@ -499,7 +499,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ``` @@ -1083,17 +1083,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, } ``` @@ -1101,13 +1101,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1120,7 +1120,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1132,7 +1132,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1146,7 +1146,7 @@ Down OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1158,7 +1158,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1172,7 +1172,7 @@ Headroom OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1184,7 +1184,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1196,7 +1196,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1210,7 +1210,7 @@ ResourceLimits OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1219,7 +1219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerDown { EvaluationPeriods: *f64, @@ -1231,8 +1231,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1244,7 +1244,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1256,7 +1256,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1265,7 +1265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1279,10 +1279,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1294,7 +1294,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1306,7 +1306,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1318,7 +1318,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1330,7 +1330,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1339,7 +1339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1351,8 +1351,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1364,7 +1364,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1376,7 +1376,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1385,7 +1385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServices { ServiceName: *string, @@ -1399,10 +1399,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1414,7 +1414,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1426,7 +1426,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1440,7 +1440,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1452,7 +1452,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1461,7 +1461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServicesNamedPorts { Name: *string, @@ -1473,8 +1473,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1486,7 +1486,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1498,7 +1498,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1507,7 +1507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportConfig { Connection: interface{}, @@ -1519,7 +1519,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" Provisioners: *[]interface{}, ClusterName: *string, Location: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler, BackendServices: interface{}, Blacklist: *[]*string, ControllerClusterId: *string, @@ -1529,9 +1529,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" MinSize: *f64, RootVolumeType: *string, ScheduledTask: interface{}, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, Strategy: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy, UseAsTemplateOnly: interface{}, Whitelist: *[]*string, } @@ -1548,23 +1548,23 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1646,7 +1646,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1658,7 +1658,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1672,7 +1672,7 @@ Autoscaler OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1686,7 +1686,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1698,7 +1698,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1710,7 +1710,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1722,7 +1722,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1734,7 +1734,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1749,7 +1749,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1761,7 +1761,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1773,7 +1773,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1787,7 +1787,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1801,7 +1801,7 @@ ShieldedInstanceConfig OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1815,7 +1815,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1829,7 +1829,7 @@ UpdatePolicy OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1841,7 +1841,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -1853,7 +1853,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -1862,10 +1862,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -1889,7 +1889,7 @@ ShutdownHours OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -1903,7 +1903,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -1912,7 +1912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -1924,8 +1924,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -1937,7 +1937,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -1949,7 +1949,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1958,13 +1958,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasks { CronExpression: *string, IsEnabled: interface{}, TaskType: *string, - TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, + TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, } ``` @@ -1972,9 +1972,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -1987,7 +1987,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -1999,7 +1999,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2011,7 +2011,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2025,7 +2025,7 @@ TaskParameters OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2034,10 +2034,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters { - ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, + ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, } ``` @@ -2059,7 +2059,7 @@ ClusterRoll OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2068,7 +2068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { BatchMinHealthyPercentage: *f64, @@ -2082,10 +2082,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2097,7 +2097,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2109,7 +2109,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2121,7 +2121,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2133,7 +2133,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2142,7 +2142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2154,8 +2154,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2167,7 +2167,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2179,7 +2179,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2188,7 +2188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportStrategy { DrainingTimeout: *f64, @@ -2201,9 +2201,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2215,7 +2215,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2227,7 +2227,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2239,7 +2239,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2248,12 +2248,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicy { ShouldRoll: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, } ``` @@ -2261,8 +2261,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2275,7 +2275,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2287,7 +2287,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2301,7 +2301,7 @@ RollConfig OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2310,7 +2310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2324,10 +2324,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2339,7 +2339,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2351,7 +2351,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2363,7 +2363,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2375,7 +2375,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2386,7 +2386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference ``` @@ -2693,7 +2693,7 @@ func InternalValue() OceanGkeImportAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference ``` @@ -3058,7 +3058,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference ``` @@ -3578,7 +3578,7 @@ func InternalValue() OceanGkeImportAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference ``` @@ -3885,7 +3885,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList ``` @@ -4028,7 +4028,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList ``` @@ -4171,7 +4171,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference ``` @@ -4482,7 +4482,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference ``` @@ -4871,7 +4871,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList ``` @@ -5014,7 +5014,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference ``` @@ -5365,7 +5365,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference ``` @@ -5665,7 +5665,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList ``` @@ -5808,7 +5808,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference ``` @@ -6183,7 +6183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference ``` @@ -6548,7 +6548,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference ``` @@ -6839,7 +6839,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference ``` @@ -7146,7 +7146,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList ``` @@ -7289,7 +7289,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference ``` @@ -7643,7 +7643,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference ``` @@ -7985,7 +7985,7 @@ func InternalValue() OceanGkeImportUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeImport.java.md b/docs/oceanGkeImport.java.md index 0775caa0b..456d53661 100644 --- a/docs/oceanGkeImport.java.md +++ b/docs/oceanGkeImport.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). # `oceanGkeImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https:/ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -62,23 +62,23 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -146,7 +146,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.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -154,7 +154,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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -164,7 +164,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.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -174,7 +174,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.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -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.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -190,7 +190,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.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -198,7 +198,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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -217,7 +217,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.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -225,7 +225,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.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -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.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -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.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -253,7 +253,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.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -263,7 +263,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.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -273,7 +273,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.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -281,7 +281,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.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -289,7 +289,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.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -1347,13 +1347,13 @@ OceanGkeImportAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1366,7 +1366,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1378,7 +1378,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1392,7 +1392,7 @@ public OceanGkeImportAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1404,7 +1404,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.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1418,7 +1418,7 @@ public OceanGkeImportAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1430,7 +1430,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.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1442,7 +1442,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1456,7 +1456,7 @@ public OceanGkeImportAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1477,8 +1477,8 @@ OceanGkeImportAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1490,7 +1490,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1502,7 +1502,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1525,10 +1525,10 @@ OceanGkeImportAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1540,7 +1540,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1552,7 +1552,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1564,7 +1564,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1576,7 +1576,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1597,8 +1597,8 @@ OceanGkeImportAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1610,7 +1610,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1622,7 +1622,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1646,10 +1646,10 @@ OceanGkeImportBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1661,7 +1661,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1673,7 +1673,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1687,7 +1687,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1699,7 +1699,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1720,8 +1720,8 @@ OceanGkeImportBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1733,7 +1733,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1745,7 +1745,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1803,23 +1803,23 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1901,7 +1901,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1913,7 +1913,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1927,7 +1927,7 @@ public OceanGkeImportAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1941,7 +1941,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1953,7 +1953,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1965,7 +1965,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1977,7 +1977,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1989,7 +1989,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2004,7 +2004,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2016,7 +2016,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2028,7 +2028,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2042,7 +2042,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2056,7 +2056,7 @@ public OceanGkeImportShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2070,7 +2070,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2084,7 +2084,7 @@ public OceanGkeImportUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2096,7 +2096,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.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2108,7 +2108,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2145,7 +2145,7 @@ public OceanGkeImportScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2159,7 +2159,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2181,8 +2181,8 @@ OceanGkeImportScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2194,7 +2194,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2206,7 +2206,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2230,9 +2230,9 @@ OceanGkeImportScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2245,7 +2245,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2257,7 +2257,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2269,7 +2269,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2283,7 +2283,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters getTaskParameters(); task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2317,7 +2317,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll getClusterRoll( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2341,10 +2341,10 @@ OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2356,7 +2356,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2368,7 +2368,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2380,7 +2380,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2392,7 +2392,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2415,8 +2415,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2428,7 +2428,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.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2440,7 +2440,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.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2462,9 +2462,9 @@ OceanGkeImportStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2476,7 +2476,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2488,7 +2488,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2500,7 +2500,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2524,8 +2524,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2538,7 +2538,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.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2550,7 +2550,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.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2564,7 +2564,7 @@ public OceanGkeImportUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2588,10 +2588,10 @@ OceanGkeImportUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2603,7 +2603,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2615,7 +2615,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2627,7 +2627,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2639,7 +2639,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.python.md b/docs/oceanGkeImport.python.md index 036526c0e..e9a650b87 100644 --- a/docs/oceanGkeImport.python.md +++ b/docs/oceanGkeImport.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). # `oceanGkeImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https:/ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -56,23 +56,23 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -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.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -158,7 +158,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.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -168,7 +168,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.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -176,7 +176,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.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -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.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -192,7 +192,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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -211,7 +211,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.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -219,7 +219,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.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -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.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -237,7 +237,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.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -247,7 +247,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.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -257,7 +257,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.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -267,7 +267,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.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -275,7 +275,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.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -283,7 +283,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.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -559,7 +559,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -567,7 +567,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.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -577,7 +577,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.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -585,7 +585,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.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -595,7 +595,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.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -603,7 +603,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.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -611,7 +611,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -621,7 +621,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.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -666,7 +666,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.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -674,7 +674,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.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -706,7 +706,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -714,7 +714,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.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -724,7 +724,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.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -1485,13 +1485,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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resource_limits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1504,7 +1504,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.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1516,7 +1516,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1530,7 +1530,7 @@ down: OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1542,7 +1542,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.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1556,7 +1556,7 @@ headroom: OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1568,7 +1568,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.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1580,7 +1580,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1594,7 +1594,7 @@ resource_limits: OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1615,8 +1615,8 @@ oceanGkeImport.OceanGkeImportAutoscalerDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1628,7 +1628,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.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1640,7 +1640,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.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1663,10 +1663,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1678,7 +1678,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.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1690,7 +1690,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.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1702,7 +1702,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.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1714,7 +1714,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.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1735,8 +1735,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1748,7 +1748,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.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1760,7 +1760,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.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1783,10 +1783,10 @@ oceanGkeImport.OceanGkeImportBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1798,7 +1798,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1810,7 +1810,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1824,7 +1824,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.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1836,7 +1836,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1857,8 +1857,8 @@ oceanGkeImport.OceanGkeImportBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1870,7 +1870,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1882,7 +1882,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1932,23 +1932,23 @@ 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.141.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.141.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.142.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.142.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -2030,7 +2030,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -2042,7 +2042,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -2056,7 +2056,7 @@ autoscaler: OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -2070,7 +2070,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.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -2082,7 +2082,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -2094,7 +2094,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -2106,7 +2106,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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -2118,7 +2118,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2133,7 +2133,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.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2145,7 +2145,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.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2157,7 +2157,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2171,7 +2171,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.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2185,7 +2185,7 @@ shielded_instance_config: OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2199,7 +2199,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeImportStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2213,7 +2213,7 @@ update_policy: OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2225,7 +2225,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.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2237,7 +2237,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2273,7 +2273,7 @@ shutdown_hours: OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2287,7 +2287,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanGkeImportScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2308,8 +2308,8 @@ oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2321,7 +2321,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2333,7 +2333,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2356,9 +2356,9 @@ oceanGkeImport.OceanGkeImportScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | task_parameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2371,7 +2371,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2383,7 +2383,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2395,7 +2395,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2409,7 +2409,7 @@ task_parameters: OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2443,7 +2443,7 @@ cluster_roll: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2466,10 +2466,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2481,7 +2481,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.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2493,7 +2493,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.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2505,7 +2505,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2517,7 +2517,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2538,8 +2538,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2551,7 +2551,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.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2563,7 +2563,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.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2585,9 +2585,9 @@ oceanGkeImport.OceanGkeImportStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2599,7 +2599,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.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2611,7 +2611,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.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2623,7 +2623,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2645,8 +2645,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | roll_config | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2659,7 +2659,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.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2671,7 +2671,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.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2685,7 +2685,7 @@ roll_config: OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2708,10 +2708,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2723,7 +2723,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.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2735,7 +2735,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.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2747,7 +2747,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2759,7 +2759,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -3739,7 +3739,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -3747,7 +3747,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.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -3766,7 +3766,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -3774,7 +3774,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.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -3782,7 +3782,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.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -3790,7 +3790,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.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -3807,7 +3807,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -3815,7 +3815,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.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -5895,7 +5895,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -5903,7 +5903,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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -6763,7 +6763,7 @@ def put_task_parameters( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -7542,7 +7542,7 @@ def put_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -7550,7 +7550,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.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -7558,7 +7558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -7566,7 +7566,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -8754,7 +8754,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -8762,7 +8762,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.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -8770,7 +8770,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.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -8778,7 +8778,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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.typescript.md b/docs/oceanGkeImport.typescript.md index f490b95b0..b3167eb58 100644 --- a/docs/oceanGkeImport.typescript.md +++ b/docs/oceanGkeImport.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). # `oceanGkeImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https:/ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -1092,13 +1092,13 @@ const oceanGkeImportAutoscaler: oceanGkeImport.OceanGkeImportAutoscaler = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1111,7 +1111,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1123,7 +1123,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1137,7 +1137,7 @@ public readonly down: OceanGkeImportAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1149,7 +1149,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1163,7 +1163,7 @@ public readonly headroom: OceanGkeImportAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1175,7 +1175,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1187,7 +1187,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1201,7 +1201,7 @@ public readonly resourceLimits: OceanGkeImportAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1219,8 +1219,8 @@ const oceanGkeImportAutoscalerDown: oceanGkeImport.OceanGkeImportAutoscalerDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1232,7 +1232,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1244,7 +1244,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1262,10 +1262,10 @@ const oceanGkeImportAutoscalerHeadroom: oceanGkeImport.OceanGkeImportAutoscalerH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1277,7 +1277,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1289,7 +1289,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1301,7 +1301,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1313,7 +1313,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1331,8 +1331,8 @@ const oceanGkeImportAutoscalerResourceLimits: oceanGkeImport.OceanGkeImportAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1344,7 +1344,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1356,7 +1356,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1374,10 +1374,10 @@ const oceanGkeImportBackendServices: oceanGkeImport.OceanGkeImportBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1389,7 +1389,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1401,7 +1401,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1415,7 +1415,7 @@ public readonly namedPorts: IResolvable | OceanGkeImportBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1427,7 +1427,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1445,8 +1445,8 @@ const oceanGkeImportBackendServicesNamedPorts: oceanGkeImport.OceanGkeImportBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1458,7 +1458,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1470,7 +1470,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1495,23 +1495,23 @@ 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.141.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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1593,7 +1593,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1605,7 +1605,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1619,7 +1619,7 @@ public readonly autoscaler: OceanGkeImportAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1633,7 +1633,7 @@ public readonly backendServices: IResolvable | OceanGkeImportBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1645,7 +1645,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1657,7 +1657,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1669,7 +1669,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1681,7 +1681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1696,7 +1696,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1708,7 +1708,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1720,7 +1720,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1734,7 +1734,7 @@ public readonly scheduledTask: IResolvable | OceanGkeImportScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1748,7 +1748,7 @@ public readonly shieldedInstanceConfig: OceanGkeImportShieldedInstanceConfig; shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1762,7 +1762,7 @@ public readonly strategy: IResolvable | OceanGkeImportStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1776,7 +1776,7 @@ public readonly updatePolicy: OceanGkeImportUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1788,7 +1788,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -1800,7 +1800,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -1833,7 +1833,7 @@ public readonly shutdownHours: OceanGkeImportScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -1847,7 +1847,7 @@ public readonly tasks: IResolvable | OceanGkeImportScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -1865,8 +1865,8 @@ const oceanGkeImportScheduledTaskShutdownHours: oceanGkeImport.OceanGkeImportSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -1878,7 +1878,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -1890,7 +1890,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1908,9 +1908,9 @@ const oceanGkeImportScheduledTaskTasks: oceanGkeImport.OceanGkeImportScheduledTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -1923,7 +1923,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -1935,7 +1935,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1947,7 +1947,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -1961,7 +1961,7 @@ public readonly taskParameters: OceanGkeImportScheduledTaskTasksTaskParameters; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -1993,7 +1993,7 @@ public readonly clusterRoll: OceanGkeImportScheduledTaskTasksTaskParametersClust cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2011,10 +2011,10 @@ const oceanGkeImportScheduledTaskTasksTaskParametersClusterRoll: oceanGkeImport. | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2026,7 +2026,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2038,7 +2038,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2050,7 +2050,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2062,7 +2062,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2080,8 +2080,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2093,7 +2093,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2105,7 +2105,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2123,9 +2123,9 @@ const oceanGkeImportStrategy: oceanGkeImport.OceanGkeImportStrategy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2137,7 +2137,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2149,7 +2149,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2161,7 +2161,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2179,8 +2179,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2193,7 +2193,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2205,7 +2205,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2219,7 +2219,7 @@ public readonly rollConfig: OceanGkeImportUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2237,10 +2237,10 @@ const oceanGkeImportUpdatePolicyRollConfig: oceanGkeImport.OceanGkeImportUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2252,7 +2252,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2264,7 +2264,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2276,7 +2276,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2288,7 +2288,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeLaunchSpec.csharp.md b/docs/oceanGkeLaunchSpec.csharp.md index fdd06bdf8..da27d233b 100644 --- a/docs/oceanGkeLaunchSpec.csharp.md +++ b/docs/oceanGkeLaunchSpec.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec). # `oceanGkeLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](ht ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -1345,10 +1345,10 @@ new OceanGkeLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1360,7 +1360,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1372,7 +1372,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1384,7 +1384,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1396,7 +1396,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1416,7 +1416,7 @@ new OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1428,7 +1428,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1484,27 +1484,27 @@ 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.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | AutoscaleHeadrooms | object | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | object | autoscale_headrooms_automatic block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1588,7 +1588,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1602,7 +1602,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1616,7 +1616,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1628,7 +1628,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1643,7 +1643,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1657,7 +1657,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1671,7 +1671,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1683,7 +1683,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1697,7 +1697,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1709,7 +1709,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1723,7 +1723,7 @@ public OceanGkeLaunchSpecResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1735,7 +1735,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1747,7 +1747,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1759,7 +1759,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1773,7 +1773,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1785,7 +1785,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1799,7 +1799,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig ShieldedInstanceConfig { get; se shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1811,7 +1811,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1825,7 +1825,7 @@ public OceanGkeLaunchSpecStorage Storage { get; set; } storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1839,7 +1839,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -1851,7 +1851,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -1865,7 +1865,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -1879,7 +1879,7 @@ public OceanGkeLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1900,8 +1900,8 @@ new OceanGkeLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1913,7 +1913,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1925,7 +1925,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1946,8 +1946,8 @@ new OceanGkeLaunchSpecMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1959,7 +1959,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1971,7 +1971,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1994,10 +1994,10 @@ new OceanGkeLaunchSpecNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2009,7 +2009,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2023,7 +2023,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2037,7 +2037,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2049,7 +2049,7 @@ public string ProjectId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2070,8 +2070,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2083,7 +2083,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2095,7 +2095,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2116,8 +2116,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2129,7 +2129,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2141,7 +2141,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2162,8 +2162,8 @@ new OceanGkeLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2175,7 +2175,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2187,7 +2187,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2210,9 +2210,9 @@ new OceanGkeLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2225,7 +2225,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2237,7 +2237,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2249,7 +2249,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2263,7 +2263,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2286,10 +2286,10 @@ new OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2301,7 +2301,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2313,7 +2313,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2325,7 +2325,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2337,7 +2337,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2358,8 +2358,8 @@ new OceanGkeLaunchSpecShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2371,7 +2371,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2383,7 +2383,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2403,7 +2403,7 @@ new OceanGkeLaunchSpecStorage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2415,7 +2415,7 @@ public double LocalSsdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2435,7 +2435,7 @@ new OceanGkeLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2447,7 +2447,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2469,9 +2469,9 @@ new OceanGkeLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2483,7 +2483,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2495,7 +2495,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2507,7 +2507,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2528,7 +2528,7 @@ new OceanGkeLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2541,7 +2541,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2555,7 +2555,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2575,7 +2575,7 @@ new OceanGkeLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2587,7 +2587,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 076553d6f..aee48efbf 100644 --- a/docs/oceanGkeLaunchSpec.go.md +++ b/docs/oceanGkeLaunchSpec.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec). # `oceanGkeLaunchSpec` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](ht ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec ``` @@ -580,7 +580,7 @@ func ResetUpdatePolicy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -612,7 +612,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -626,7 +626,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -1331,7 +1331,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1345,10 +1345,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1360,7 +1360,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1372,7 +1372,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1384,7 +1384,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1396,7 +1396,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1405,7 +1405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1416,7 +1416,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1428,7 +1428,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1437,7 +1437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecConfig { Connection: interface{}, @@ -1457,19 +1457,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs Name: *string, NetworkInterfaces: interface{}, NodePoolName: *string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, RestrictScaleDown: interface{}, RootVolumeSize: *f64, RootVolumeType: *string, SchedulingTask: interface{}, ServiceAccount: *string, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, SourceImage: *string, - Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, + Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, Strategy: interface{}, Tags: *[]*string, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, } ``` @@ -1484,27 +1484,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. | | AutoscaleHeadrooms | interface{} | autoscale_headrooms block. | | AutoscaleHeadroomsAutomatic | interface{} | autoscale_headrooms_automatic block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1588,7 +1588,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1602,7 +1602,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1616,7 +1616,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1628,7 +1628,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1643,7 +1643,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1657,7 +1657,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1671,7 +1671,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1683,7 +1683,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1697,7 +1697,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1709,7 +1709,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1723,7 +1723,7 @@ ResourceLimits OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1735,7 +1735,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1747,7 +1747,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1759,7 +1759,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1773,7 +1773,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1785,7 +1785,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1799,7 +1799,7 @@ ShieldedInstanceConfig OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1811,7 +1811,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1825,7 +1825,7 @@ Storage OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1839,7 +1839,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -1851,7 +1851,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -1865,7 +1865,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -1879,7 +1879,7 @@ UpdatePolicy OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1888,7 +1888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecLabels { Key: *string, @@ -1900,8 +1900,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1913,7 +1913,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1925,7 +1925,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1934,7 +1934,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecMetadata { Key: *string, @@ -1946,8 +1946,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1959,7 +1959,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1971,7 +1971,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1980,7 +1980,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces { Network: *string, @@ -1994,10 +1994,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2009,7 +2009,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2023,7 +2023,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2037,7 +2037,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2049,7 +2049,7 @@ ProjectId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2058,7 +2058,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { Name: *string, @@ -2070,8 +2070,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2083,7 +2083,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2095,7 +2095,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2104,7 +2104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { IpCidrRange: *string, @@ -2116,8 +2116,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2129,7 +2129,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2141,7 +2141,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2150,7 +2150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2162,8 +2162,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2175,7 +2175,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2187,7 +2187,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2196,7 +2196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask { CronExpression: *string, @@ -2210,9 +2210,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2225,7 +2225,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2237,7 +2237,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2249,7 +2249,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2263,7 +2263,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2272,7 +2272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2286,10 +2286,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2301,7 +2301,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2313,7 +2313,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2325,7 +2325,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2337,7 +2337,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2346,7 +2346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2358,8 +2358,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2371,7 +2371,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2383,7 +2383,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2392,7 +2392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStorage { LocalSsdCount: *f64, @@ -2403,7 +2403,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2415,7 +2415,7 @@ LocalSsdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2424,7 +2424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStrategy { PreemptiblePercentage: *f64, @@ -2435,7 +2435,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2447,7 +2447,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2456,7 +2456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecTaints { Effect: *string, @@ -2469,9 +2469,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2483,7 +2483,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2495,7 +2495,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2507,7 +2507,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2516,11 +2516,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, } ``` @@ -2528,7 +2528,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2541,7 +2541,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2555,7 +2555,7 @@ RollConfig OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2564,7 +2564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2575,7 +2575,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2587,7 +2587,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- @@ -2598,7 +2598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -2741,7 +2741,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -3037,7 +3037,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList ``` @@ -3180,7 +3180,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3556,7 +3556,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList ``` @@ -3699,7 +3699,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference ``` @@ -4024,7 +4024,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList ``` @@ -4167,7 +4167,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference ``` @@ -4492,7 +4492,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList ``` @@ -4635,7 +4635,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference ``` @@ -4960,7 +4960,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList ``` @@ -5103,7 +5103,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference ``` @@ -5414,7 +5414,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList ``` @@ -5557,7 +5557,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference ``` @@ -5959,7 +5959,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference ``` @@ -6266,7 +6266,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList ``` @@ -6409,7 +6409,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference ``` @@ -6784,7 +6784,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -6927,7 +6927,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -7303,7 +7303,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference ``` @@ -7610,7 +7610,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference ``` @@ -7888,7 +7888,7 @@ func InternalValue() OceanGkeLaunchSpecStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList ``` @@ -8031,7 +8031,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference ``` @@ -8327,7 +8327,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList ``` @@ -8470,7 +8470,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference ``` @@ -8824,7 +8824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference ``` @@ -9137,7 +9137,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpec.java.md b/docs/oceanGkeLaunchSpec.java.md index 74cf5ee2f..ccd165edc 100644 --- a/docs/oceanGkeLaunchSpec.java.md +++ b/docs/oceanGkeLaunchSpec.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec). # `oceanGkeLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](ht ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -73,27 +73,27 @@ 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.141.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.142.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. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | @@ -163,7 +163,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -173,7 +173,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -183,7 +183,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.141.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.142.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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -202,7 +202,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -212,7 +212,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.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -222,7 +222,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.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -230,7 +230,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.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -240,7 +240,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -248,7 +248,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -258,7 +258,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -266,7 +266,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -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.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -282,7 +282,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -292,7 +292,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -300,7 +300,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -310,7 +310,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -318,7 +318,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -328,7 +328,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.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -338,7 +338,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.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -346,7 +346,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.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -356,7 +356,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.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -366,7 +366,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1665,10 +1665,10 @@ OceanGkeLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1680,7 +1680,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1692,7 +1692,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1704,7 +1704,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1716,7 +1716,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1736,7 +1736,7 @@ OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1748,7 +1748,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1817,27 +1817,27 @@ 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.141.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.142.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. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | @@ -1921,7 +1921,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1935,7 +1935,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1949,7 +1949,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1961,7 +1961,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1976,7 +1976,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1990,7 +1990,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2004,7 +2004,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2016,7 +2016,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2030,7 +2030,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2042,7 +2042,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2056,7 +2056,7 @@ public OceanGkeLaunchSpecResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2068,7 +2068,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2080,7 +2080,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2092,7 +2092,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2106,7 +2106,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2118,7 +2118,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2132,7 +2132,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2144,7 +2144,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2158,7 +2158,7 @@ public OceanGkeLaunchSpecStorage getStorage(); storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2172,7 +2172,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2184,7 +2184,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2198,7 +2198,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2212,7 +2212,7 @@ public OceanGkeLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2233,8 +2233,8 @@ OceanGkeLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2246,7 +2246,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2258,7 +2258,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2279,8 +2279,8 @@ OceanGkeLaunchSpecMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2292,7 +2292,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2304,7 +2304,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2329,10 +2329,10 @@ OceanGkeLaunchSpecNetworkInterfaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2344,7 +2344,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2358,7 +2358,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2372,7 +2372,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2384,7 +2384,7 @@ public java.lang.String getProjectId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2405,8 +2405,8 @@ OceanGkeLaunchSpecNetworkInterfacesAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2418,7 +2418,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2430,7 +2430,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2451,8 +2451,8 @@ OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2464,7 +2464,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2476,7 +2476,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2497,8 +2497,8 @@ OceanGkeLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2510,7 +2510,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2522,7 +2522,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2547,9 +2547,9 @@ OceanGkeLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.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. | --- @@ -2562,7 +2562,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2574,7 +2574,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2586,7 +2586,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2600,7 +2600,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2623,10 +2623,10 @@ OceanGkeLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2638,7 +2638,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2650,7 +2650,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2662,7 +2662,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2674,7 +2674,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2697,8 +2697,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2710,7 +2710,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2722,7 +2722,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2742,7 +2742,7 @@ OceanGkeLaunchSpecStorage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2754,7 +2754,7 @@ public java.lang.Number getLocalSsdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2774,7 +2774,7 @@ OceanGkeLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2786,7 +2786,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2808,9 +2808,9 @@ OceanGkeLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2822,7 +2822,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2834,7 +2834,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2846,7 +2846,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2868,7 +2868,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2881,7 +2881,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2895,7 +2895,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2915,7 +2915,7 @@ OceanGkeLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2927,7 +2927,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 0c713dd27..78966c85f 100644 --- a/docs/oceanGkeLaunchSpec.python.md +++ b/docs/oceanGkeLaunchSpec.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec). # `oceanGkeLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](ht ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -62,27 +62,27 @@ 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.141.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.142.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. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | @@ -152,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -162,7 +162,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -172,7 +172,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.141.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.142.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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -191,7 +191,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -201,7 +201,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.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -211,7 +211,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.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -229,7 +229,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -247,7 +247,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -255,7 +255,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -263,7 +263,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -281,7 +281,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -289,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -299,7 +299,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -317,7 +317,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.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -327,7 +327,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.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -335,7 +335,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.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -345,7 +345,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.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -355,7 +355,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -708,7 +708,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -716,7 +716,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -747,7 +747,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -771,7 +771,7 @@ def put_storage( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -816,7 +816,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -826,7 +826,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -1746,10 +1746,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1761,7 +1761,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1773,7 +1773,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1785,7 +1785,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1797,7 +1797,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1817,7 +1817,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1829,7 +1829,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1885,27 +1885,27 @@ 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.141.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.142.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. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | @@ -1989,7 +1989,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -2003,7 +2003,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -2017,7 +2017,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -2029,7 +2029,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2044,7 +2044,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -2058,7 +2058,7 @@ labels: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2072,7 +2072,7 @@ metadata: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2084,7 +2084,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2098,7 +2098,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2110,7 +2110,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2124,7 +2124,7 @@ resource_limits: OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2136,7 +2136,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2148,7 +2148,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2160,7 +2160,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2174,7 +2174,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2186,7 +2186,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2200,7 +2200,7 @@ shielded_instance_config: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2212,7 +2212,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2226,7 +2226,7 @@ storage: OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2240,7 +2240,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2252,7 +2252,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2266,7 +2266,7 @@ taints: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2280,7 +2280,7 @@ update_policy: OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2301,8 +2301,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2314,7 +2314,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2326,7 +2326,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2347,8 +2347,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2360,7 +2360,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2372,7 +2372,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2395,10 +2395,10 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2410,7 +2410,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2424,7 +2424,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2438,7 +2438,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2450,7 +2450,7 @@ project_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2471,8 +2471,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2484,7 +2484,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2496,7 +2496,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2517,8 +2517,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2530,7 +2530,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2542,7 +2542,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2563,8 +2563,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2576,7 +2576,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2588,7 +2588,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2611,9 +2611,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2626,7 +2626,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2638,7 +2638,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2650,7 +2650,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2664,7 +2664,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2687,10 +2687,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2702,7 +2702,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2714,7 +2714,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2726,7 +2726,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2738,7 +2738,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2759,8 +2759,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2772,7 +2772,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2784,7 +2784,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2804,7 +2804,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2816,7 +2816,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2836,7 +2836,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2848,7 +2848,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2870,9 +2870,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2884,7 +2884,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2896,7 +2896,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2908,7 +2908,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2929,7 +2929,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | roll_config | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2942,7 +2942,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2956,7 +2956,7 @@ roll_config: OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2976,7 +2976,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2988,7 +2988,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- @@ -9928,7 +9928,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 28c94a205..a0e30f2ef 100644 --- a/docs/oceanGkeLaunchSpec.typescript.md +++ b/docs/oceanGkeLaunchSpec.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec). # `oceanGkeLaunchSpec` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](ht ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -1340,10 +1340,10 @@ const oceanGkeLaunchSpecAutoscaleHeadrooms: oceanGkeLaunchSpec.OceanGkeLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1355,7 +1355,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1367,7 +1367,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1379,7 +1379,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1391,7 +1391,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1409,7 +1409,7 @@ const oceanGkeLaunchSpecAutoscaleHeadroomsAutomatic: oceanGkeLaunchSpec.OceanGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1421,7 +1421,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1446,27 +1446,27 @@ 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.141.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.142.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. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.141.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.141.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.142.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.142.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | cdktf.IResolvable \| OceanGkeLaunchSpecTaints[] | taints block. | | updatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1550,7 +1550,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1564,7 +1564,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanGkeLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1578,7 +1578,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanGkeLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1590,7 +1590,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1605,7 +1605,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1619,7 +1619,7 @@ public readonly labels: IResolvable | OceanGkeLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1633,7 +1633,7 @@ public readonly metadata: IResolvable | OceanGkeLaunchSpecMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1645,7 +1645,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1659,7 +1659,7 @@ public readonly networkInterfaces: IResolvable | OceanGkeLaunchSpecNetworkInterf network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1671,7 +1671,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1685,7 +1685,7 @@ public readonly resourceLimits: OceanGkeLaunchSpecResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1697,7 +1697,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1709,7 +1709,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1721,7 +1721,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1735,7 +1735,7 @@ public readonly schedulingTask: IResolvable | OceanGkeLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1747,7 +1747,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1761,7 +1761,7 @@ public readonly shieldedInstanceConfig: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1773,7 +1773,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1787,7 +1787,7 @@ public readonly storage: OceanGkeLaunchSpecStorage; storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1801,7 +1801,7 @@ public readonly strategy: IResolvable | OceanGkeLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -1813,7 +1813,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -1827,7 +1827,7 @@ public readonly taints: IResolvable | OceanGkeLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -1841,7 +1841,7 @@ public readonly updatePolicy: OceanGkeLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1859,8 +1859,8 @@ const oceanGkeLaunchSpecLabels: oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1872,7 +1872,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1884,7 +1884,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1902,8 +1902,8 @@ const oceanGkeLaunchSpecMetadata: oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -1915,7 +1915,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -1927,7 +1927,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -1945,10 +1945,10 @@ const oceanGkeLaunchSpecNetworkInterfaces: oceanGkeLaunchSpec.OceanGkeLaunchSpec | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -1960,7 +1960,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -1974,7 +1974,7 @@ public readonly accessConfigs: IResolvable | OceanGkeLaunchSpecNetworkInterfaces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -1988,7 +1988,7 @@ public readonly aliasIpRanges: IResolvable | OceanGkeLaunchSpecNetworkInterfaces alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2000,7 +2000,7 @@ public readonly projectId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2018,8 +2018,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAccessConfigs: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2031,7 +2031,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2043,7 +2043,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2061,8 +2061,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAliasIpRanges: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2074,7 +2074,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2086,7 +2086,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2104,8 +2104,8 @@ const oceanGkeLaunchSpecResourceLimits: oceanGkeLaunchSpec.OceanGkeLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2117,7 +2117,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2129,7 +2129,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2147,9 +2147,9 @@ const oceanGkeLaunchSpecSchedulingTask: oceanGkeLaunchSpec.OceanGkeLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2162,7 +2162,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2174,7 +2174,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2186,7 +2186,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2200,7 +2200,7 @@ public readonly taskHeadroom: IResolvable | OceanGkeLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2218,10 +2218,10 @@ const oceanGkeLaunchSpecSchedulingTaskTaskHeadroom: oceanGkeLaunchSpec.OceanGkeL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2233,7 +2233,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2245,7 +2245,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2257,7 +2257,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2269,7 +2269,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2287,8 +2287,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.141.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.141.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2300,7 +2300,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2312,7 +2312,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2330,7 +2330,7 @@ const oceanGkeLaunchSpecStorage: oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage = | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2342,7 +2342,7 @@ public readonly localSsdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2360,7 +2360,7 @@ const oceanGkeLaunchSpecStrategy: oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2372,7 +2372,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2390,9 +2390,9 @@ const oceanGkeLaunchSpecTaints: oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2404,7 +2404,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2416,7 +2416,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2428,7 +2428,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2446,7 +2446,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.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2459,7 +2459,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2473,7 +2473,7 @@ public readonly rollConfig: OceanGkeLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2491,7 +2491,7 @@ const oceanGkeLaunchSpecUpdatePolicyRollConfig: oceanGkeLaunchSpec.OceanGkeLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2503,7 +2503,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 547a6b379..e36acb5e4 100644 --- a/docs/oceanGkeLaunchSpecImport.csharp.md +++ b/docs/oceanGkeLaunchSpecImport.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import). # `oceanGkeLaunchSpecImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_impo ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -615,9 +615,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -699,7 +699,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -711,7 +711,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -723,7 +723,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 dae68450f..23cb3c481 100644 --- a/docs/oceanGkeLaunchSpecImport.go.md +++ b/docs/oceanGkeLaunchSpecImport.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import). # `oceanGkeLaunchSpecImport` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_impo ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport ``` @@ -277,7 +277,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool ``` @@ -588,7 +588,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig { Connection: interface{}, @@ -615,9 +615,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -699,7 +699,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -711,7 +711,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -723,7 +723,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 f22298ac0..919175912 100644 --- a/docs/oceanGkeLaunchSpecImport.java.md +++ b/docs/oceanGkeLaunchSpecImport.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import). # `oceanGkeLaunchSpecImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_impo ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -44,9 +44,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -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.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -122,7 +122,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.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -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.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -706,9 +706,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -802,7 +802,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -814,7 +814,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 ac1cac8c1..4ab911a23 100644 --- a/docs/oceanGkeLaunchSpecImport.python.md +++ b/docs/oceanGkeLaunchSpecImport.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import). # `oceanGkeLaunchSpecImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_impo ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -42,9 +42,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -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.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_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.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -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.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -731,9 +731,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -815,7 +815,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -827,7 +827,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -839,7 +839,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 68567d47a..2163849f3 100644 --- a/docs/oceanGkeLaunchSpecImport.typescript.md +++ b/docs/oceanGkeLaunchSpecImport.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import). # `oceanGkeLaunchSpecImport` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_impo ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -604,9 +604,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -688,7 +688,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -700,7 +700,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -712,7 +712,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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/oceanSpark.csharp.md b/docs/oceanSpark.csharp.md index 733c6971e..29caeb0d9 100644 --- a/docs/oceanSpark.csharp.md +++ b/docs/oceanSpark.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). # `oceanSpark` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://regi ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -788,8 +788,8 @@ new OceanSparkCompute { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -801,7 +801,7 @@ public object CreateVngs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -813,7 +813,7 @@ public object UseTaints { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -853,9 +853,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.141.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.142.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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -941,7 +941,7 @@ public string OceanClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -955,7 +955,7 @@ public OceanSparkCompute Compute { get; set; } compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -967,7 +967,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -984,7 +984,7 @@ public OceanSparkIngress Ingress { get; set; } ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -998,7 +998,7 @@ public OceanSparkLogCollection LogCollection { get; set; } log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1012,7 +1012,7 @@ public OceanSparkSpark Spark { get; set; } spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1026,7 +1026,7 @@ public OceanSparkWebhook Webhook { get; set; } webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1054,7 +1054,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.141.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.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1068,7 +1068,7 @@ public OceanSparkIngressController Controller { get; set; } controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1082,7 +1082,7 @@ public OceanSparkIngressCustomEndpoint CustomEndpoint { get; set; } custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1096,7 +1096,7 @@ public OceanSparkIngressLoadBalancer LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1110,7 +1110,7 @@ public OceanSparkIngressPrivateLink PrivateLink { get; set; } private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1122,7 +1122,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.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1142,7 +1142,7 @@ new OceanSparkIngressController { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1154,7 +1154,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1175,8 +1175,8 @@ new OceanSparkIngressCustomEndpoint { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1188,7 +1188,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1200,7 +1200,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1222,9 +1222,9 @@ new OceanSparkIngressLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1236,7 +1236,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1248,7 +1248,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.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1260,7 +1260,7 @@ public string TargetGroupArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1281,8 +1281,8 @@ new OceanSparkIngressPrivateLink { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1294,7 +1294,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1306,7 +1306,7 @@ public string VpcEndpointService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1326,7 +1326,7 @@ new OceanSparkLogCollection { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1338,7 +1338,7 @@ public object CollectAppLogs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1358,7 +1358,7 @@ new OceanSparkSpark { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1370,7 +1370,7 @@ public string[] AdditionalAppNamespaces { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1391,8 +1391,8 @@ new OceanSparkWebhook { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1404,7 +1404,7 @@ public double[] HostNetworkPorts { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1416,7 +1416,7 @@ public object UseHostNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 4b1e111c4..15b30492c 100644 --- a/docs/oceanSpark.go.md +++ b/docs/oceanSpark.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). # `oceanSpark` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://regi ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark ``` @@ -377,7 +377,7 @@ func ResetWebhook() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsConstruct(x interface{}) *bool ``` @@ -409,7 +409,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ``` @@ -423,7 +423,7 @@ oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ``` @@ -776,7 +776,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkCompute { CreateVngs: interface{}, @@ -788,8 +788,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -801,7 +801,7 @@ CreateVngs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -813,7 +813,7 @@ UseTaints interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -822,7 +822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkConfig { Connection: interface{}, @@ -833,12 +833,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, OceanClusterId: *string, - Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkCompute, + Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute, Id: *string, - Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkIngress, - LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkLogCollection, - Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkSpark, - Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkWebhook, + Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngress, + LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkLogCollection, + Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkSpark, + Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkWebhook, } ``` @@ -853,9 +853,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.142.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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -941,7 +941,7 @@ OceanClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -955,7 +955,7 @@ Compute OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -967,7 +967,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -984,7 +984,7 @@ Ingress OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -998,7 +998,7 @@ LogCollection OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1012,7 +1012,7 @@ Spark OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1026,7 +1026,7 @@ Webhook OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1035,13 +1035,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngress { - Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkIngressController, - CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkIngressCustomEndpoint, - LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkIngressLoadBalancer, - PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.oceanSpark.OceanSparkIngressPrivateLink, + Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressController, + CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressCustomEndpoint, + LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressLoadBalancer, + PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressPrivateLink, ServiceAnnotations: *map[string]*string, } ``` @@ -1054,7 +1054,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1068,7 +1068,7 @@ Controller OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1082,7 +1082,7 @@ CustomEndpoint OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1096,7 +1096,7 @@ LoadBalancer OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1110,7 +1110,7 @@ PrivateLink OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1122,7 +1122,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1131,7 +1131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressController { Managed: interface{}, @@ -1142,7 +1142,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1154,7 +1154,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1163,7 +1163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressCustomEndpoint { Address: *string, @@ -1175,8 +1175,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1188,7 +1188,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1200,7 +1200,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressLoadBalancer { Managed: interface{}, @@ -1222,9 +1222,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1236,7 +1236,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1248,7 +1248,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1260,7 +1260,7 @@ TargetGroupArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1269,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressPrivateLink { Enabled: interface{}, @@ -1281,8 +1281,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1294,7 +1294,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1306,7 +1306,7 @@ VpcEndpointService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1315,7 +1315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkLogCollection { CollectAppLogs: interface{}, @@ -1326,7 +1326,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1338,7 +1338,7 @@ CollectAppLogs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1347,7 +1347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkSpark { AdditionalAppNamespaces: *[]*string, @@ -1358,7 +1358,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1370,7 +1370,7 @@ AdditionalAppNamespaces *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1379,7 +1379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkWebhook { HostNetworkPorts: *[]*f64, @@ -1391,8 +1391,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1404,7 +1404,7 @@ HostNetworkPorts *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1416,7 +1416,7 @@ UseHostNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -1427,7 +1427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference ``` @@ -1734,7 +1734,7 @@ func InternalValue() OceanSparkCompute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference ``` @@ -2012,7 +2012,7 @@ func InternalValue() OceanSparkIngressController #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference ``` @@ -2319,7 +2319,7 @@ func InternalValue() OceanSparkIngressCustomEndpoint #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference ``` @@ -2655,7 +2655,7 @@ func InternalValue() OceanSparkIngressLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference ``` @@ -3101,7 +3101,7 @@ func InternalValue() OceanSparkIngress #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference ``` @@ -3408,7 +3408,7 @@ func InternalValue() OceanSparkIngressPrivateLink #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference ``` @@ -3686,7 +3686,7 @@ func InternalValue() OceanSparkLogCollection #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference ``` @@ -3964,7 +3964,7 @@ func InternalValue() OceanSparkSpark #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference ``` diff --git a/docs/oceanSpark.java.md b/docs/oceanSpark.java.md index 9de8417eb..841a6de21 100644 --- a/docs/oceanSpark.java.md +++ b/docs/oceanSpark.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). # `oceanSpark` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://regi ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -48,9 +48,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.141.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.142.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.141.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.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -122,7 +122,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.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -132,7 +132,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.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -153,7 +153,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.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -163,7 +163,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.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -173,7 +173,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.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -183,7 +183,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.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -927,8 +927,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -940,7 +940,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.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -952,7 +952,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.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -996,9 +996,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.141.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.142.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.141.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.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1084,7 +1084,7 @@ public java.lang.String getOceanClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1098,7 +1098,7 @@ public OceanSparkCompute getCompute(); compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1110,7 +1110,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1127,7 +1127,7 @@ public OceanSparkIngress getIngress(); ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1141,7 +1141,7 @@ public OceanSparkLogCollection getLogCollection(); log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1155,7 +1155,7 @@ public OceanSparkSpark getSpark(); spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1169,7 +1169,7 @@ public OceanSparkWebhook getWebhook(); webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1197,7 +1197,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.141.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.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1211,7 +1211,7 @@ public OceanSparkIngressController getController(); controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1225,7 +1225,7 @@ public OceanSparkIngressCustomEndpoint getCustomEndpoint(); custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1239,7 +1239,7 @@ public OceanSparkIngressLoadBalancer getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1253,7 +1253,7 @@ public OceanSparkIngressPrivateLink getPrivateLink(); private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1265,7 +1265,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1286,7 +1286,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.141.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.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1298,7 +1298,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.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1320,8 +1320,8 @@ OceanSparkIngressCustomEndpoint.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1333,7 +1333,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1345,7 +1345,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1368,9 +1368,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1382,7 +1382,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.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1394,7 +1394,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1406,7 +1406,7 @@ public java.lang.String getTargetGroupArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1428,8 +1428,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1441,7 +1441,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1453,7 +1453,7 @@ public java.lang.String getVpcEndpointService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1474,7 +1474,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.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1486,7 +1486,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.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1506,7 +1506,7 @@ OceanSparkSpark.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1518,7 +1518,7 @@ public java.util.List getAdditionalAppNamespaces(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1540,8 +1540,8 @@ OceanSparkWebhook.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1553,7 +1553,7 @@ public java.util.List getHostNetworkPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1565,7 +1565,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.141.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.142.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 5b72b396c..7bfd164ed 100644 --- a/docs/oceanSpark.python.md +++ b/docs/oceanSpark.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). # `oceanSpark` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://regi ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -46,9 +46,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.141.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.142.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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -120,7 +120,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.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -130,7 +130,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.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -151,7 +151,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.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -161,7 +161,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.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -171,7 +171,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.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -181,7 +181,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.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -441,7 +441,7 @@ def put_compute( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -449,7 +449,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.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -471,7 +471,7 @@ def put_ingress( controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -481,7 +481,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.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -491,7 +491,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.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -501,7 +501,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.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -509,7 +509,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.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -525,7 +525,7 @@ def put_log_collection( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -541,7 +541,7 @@ def put_spark( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -558,7 +558,7 @@ def put_webhook( - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -566,7 +566,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.141.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -1036,8 +1036,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -1049,7 +1049,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.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -1061,7 +1061,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.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1101,9 +1101,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.141.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.142.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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1189,7 +1189,7 @@ ocean_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1203,7 +1203,7 @@ compute: OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1215,7 +1215,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1232,7 +1232,7 @@ ingress: OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1246,7 +1246,7 @@ log_collection: OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1260,7 +1260,7 @@ spark: OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1274,7 +1274,7 @@ webhook: OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1302,7 +1302,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.141.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.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1316,7 +1316,7 @@ controller: OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1330,7 +1330,7 @@ custom_endpoint: OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1344,7 +1344,7 @@ load_balancer: OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1358,7 +1358,7 @@ private_link: OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1370,7 +1370,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1390,7 +1390,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.141.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.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1402,7 +1402,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.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1423,8 +1423,8 @@ oceanSpark.OceanSparkIngressCustomEndpoint( | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1436,7 +1436,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1448,7 +1448,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1470,9 +1470,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1484,7 +1484,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.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1496,7 +1496,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1508,7 +1508,7 @@ target_group_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1529,8 +1529,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1542,7 +1542,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1554,7 +1554,7 @@ vpc_endpoint_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1574,7 +1574,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.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1586,7 +1586,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.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1606,7 +1606,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.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1618,7 +1618,7 @@ additional_app_namespaces: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1639,8 +1639,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1652,7 +1652,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.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1664,7 +1664,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.141.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -3247,7 +3247,7 @@ def put_controller( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3264,7 +3264,7 @@ def put_custom_endpoint( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -3272,7 +3272,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3290,7 +3290,7 @@ def put_load_balancer( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3298,7 +3298,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.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -3306,7 +3306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -3323,7 +3323,7 @@ def put_private_link( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3331,7 +3331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 6c845d804..5e506fa4f 100644 --- a/docs/oceanSpark.typescript.md +++ b/docs/oceanSpark.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). # `oceanSpark` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://regi ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -785,8 +785,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.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -798,7 +798,7 @@ public readonly createVngs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -810,7 +810,7 @@ public readonly useTaints: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -835,9 +835,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.141.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.142.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.141.0/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -923,7 +923,7 @@ public readonly oceanClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -937,7 +937,7 @@ public readonly compute: OceanSparkCompute; compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -949,7 +949,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -966,7 +966,7 @@ public readonly ingress: OceanSparkIngress; ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -980,7 +980,7 @@ public readonly logCollection: OceanSparkLogCollection; log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -994,7 +994,7 @@ public readonly spark: OceanSparkSpark; spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1008,7 +1008,7 @@ public readonly webhook: OceanSparkWebhook; webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1030,7 +1030,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.141.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.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1044,7 +1044,7 @@ public readonly controller: OceanSparkIngressController; controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1058,7 +1058,7 @@ public readonly customEndpoint: OceanSparkIngressCustomEndpoint; custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1072,7 +1072,7 @@ public readonly loadBalancer: OceanSparkIngressLoadBalancer; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1086,7 +1086,7 @@ public readonly privateLink: OceanSparkIngressPrivateLink; private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1098,7 +1098,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1116,7 +1116,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.141.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.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1128,7 +1128,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1146,8 +1146,8 @@ const oceanSparkIngressCustomEndpoint: oceanSpark.OceanSparkIngressCustomEndpoin | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1159,7 +1159,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1171,7 +1171,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1189,9 +1189,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1203,7 +1203,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1215,7 +1215,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1227,7 +1227,7 @@ public readonly targetGroupArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1245,8 +1245,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.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1258,7 +1258,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1270,7 +1270,7 @@ public readonly vpcEndpointService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1288,7 +1288,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.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1300,7 +1300,7 @@ public readonly collectAppLogs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1318,7 +1318,7 @@ const oceanSparkSpark: oceanSpark.OceanSparkSpark = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1330,7 +1330,7 @@ public readonly additionalAppNamespaces: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1348,8 +1348,8 @@ const oceanSparkWebhook: oceanSpark.OceanSparkWebhook = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1361,7 +1361,7 @@ public readonly hostNetworkPorts: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1373,7 +1373,7 @@ public readonly useHostNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 5115ddd09..2dfd1ed57 100644 --- a/docs/oceanSparkVirtualNodeGroup.csharp.md +++ b/docs/oceanSparkVirtualNodeGroup.csharp.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group). # `oceanSparkVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_g ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -615,9 +615,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -699,7 +699,7 @@ public string OceanSparkClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -711,7 +711,7 @@ public string VirtualNodeGroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -723,7 +723,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 6ca08ce1b..c23b95237 100644 --- a/docs/oceanSparkVirtualNodeGroup.go.md +++ b/docs/oceanSparkVirtualNodeGroup.go.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group). # `oceanSparkVirtualNodeGroup` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_g ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup ``` @@ -277,7 +277,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -588,7 +588,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig { Connection: interface{}, @@ -615,9 +615,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -699,7 +699,7 @@ OceanSparkClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -711,7 +711,7 @@ VirtualNodeGroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -723,7 +723,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 57866b303..3d95b02aa 100644 --- a/docs/oceanSparkVirtualNodeGroup.java.md +++ b/docs/oceanSparkVirtualNodeGroup.java.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group). # `oceanSparkVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_g ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -44,9 +44,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -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.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -122,7 +122,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.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -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.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -706,9 +706,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getOceanSparkClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -802,7 +802,7 @@ public java.lang.String getVirtualNodeGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -814,7 +814,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 10efb7297..e8e0b07a8 100644 --- a/docs/oceanSparkVirtualNodeGroup.python.md +++ b/docs/oceanSparkVirtualNodeGroup.python.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group). # `oceanSparkVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_g ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -42,9 +42,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -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.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -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.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -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.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -731,9 +731,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -815,7 +815,7 @@ ocean_spark_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -827,7 +827,7 @@ virtual_node_group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -839,7 +839,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 f268c97c8..cc1d727db 100644 --- a/docs/oceanSparkVirtualNodeGroup.typescript.md +++ b/docs/oceanSparkVirtualNodeGroup.typescript.md @@ -1,6 +1,6 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group). # `oceanSparkVirtualNodeGroup` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_g ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -604,9 +604,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -688,7 +688,7 @@ public readonly oceanSparkClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -700,7 +700,7 @@ public readonly virtualNodeGroupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -712,7 +712,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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/provider.csharp.md b/docs/provider.csharp.md index 75160cd9b..cd4b7d054 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terrafo ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs spotinst}. #### Initializers @@ -466,7 +466,7 @@ public string Account { get; set; } Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -480,7 +480,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -494,7 +494,7 @@ public string FeatureFlags { get; set; } Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -508,7 +508,7 @@ public string Token { get; set; } Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 1bf50de2a..d97b801a2 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). # `provider` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terrafo ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs spotinst}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider ``` @@ -168,7 +168,7 @@ func ResetToken() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsConstruct(x interface{}) *bool ``` @@ -200,7 +200,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ``` @@ -214,7 +214,7 @@ provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -435,7 +435,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" &provider.SpotinstProviderConfig { Account: *string, @@ -466,7 +466,7 @@ Account *string Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -480,7 +480,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -494,7 +494,7 @@ FeatureFlags *string Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -508,7 +508,7 @@ Token *string Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index daaee9b38..304f08a3d 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terrafo ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -78,7 +78,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.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -88,7 +88,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.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- @@ -508,7 +508,7 @@ public java.lang.String getAccount(); Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -522,7 +522,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -536,7 +536,7 @@ public java.lang.String getFeatureFlags(); Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -550,7 +550,7 @@ public java.lang.String getToken(); Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 87fb6ece4..268371c7a 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terrafo ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs spotinst}. #### Initializers @@ -60,7 +60,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.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -70,7 +70,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.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -80,7 +80,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.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -90,7 +90,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.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- @@ -521,7 +521,7 @@ account: str Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -535,7 +535,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -549,7 +549,7 @@ feature_flags: str Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -563,7 +563,7 @@ token: str Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index a755578ea..92f60654d 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terrafo ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs spotinst}. #### Initializers @@ -461,7 +461,7 @@ public readonly account: string; Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} --- @@ -475,7 +475,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} --- @@ -489,7 +489,7 @@ public readonly featureFlags: string; Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -503,7 +503,7 @@ public readonly token: string; Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} --- diff --git a/docs/statefulNodeAzure.csharp.md b/docs/statefulNodeAzure.csharp.md index c590d0dbc..6d02ffc6c 100644 --- a/docs/statefulNodeAzure.csharp.md +++ b/docs/statefulNodeAzure.csharp.md @@ -1,6 +1,6 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). # `statefulNodeAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](http ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -1952,12 +1952,12 @@ new StatefulNodeAzureAttachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -1969,7 +1969,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -1981,7 +1981,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -1993,7 +1993,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2005,7 +2005,7 @@ public string StorageAccountType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2017,7 +2017,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2029,7 +2029,7 @@ public string Zone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2051,9 +2051,9 @@ new StatefulNodeAzureBootDiagnostics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2065,7 +2065,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2077,7 +2077,7 @@ public string StorageUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2089,7 +2089,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2164,27 +2164,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| Os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| SpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | Strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | object | import_vm block. | | LoadBalancer | object | load_balancer block. | @@ -2192,20 +2192,20 @@ new StatefulNodeAzureConfig { | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| PreferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| PreferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| PreferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2287,7 +2287,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2299,7 +2299,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2311,7 +2311,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2323,7 +2323,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2335,7 +2335,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2347,7 +2347,7 @@ public object ShouldPersistDataDisks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2359,7 +2359,7 @@ public object ShouldPersistNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2371,7 +2371,7 @@ public object ShouldPersistOsDisk { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2383,7 +2383,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2397,7 +2397,7 @@ public StatefulNodeAzureStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2411,7 +2411,7 @@ public object AttachDataDisk { get; set; } attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2425,7 +2425,7 @@ public object BootDiagnostics { get; set; } boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2437,7 +2437,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2451,7 +2451,7 @@ public object DataDisk { get; set; } data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2463,7 +2463,7 @@ public string DataDisksPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2477,7 +2477,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2489,7 +2489,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2503,7 +2503,7 @@ public object DetachDataDisk { get; set; } detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2517,7 +2517,7 @@ public object Extension { get; set; } extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2531,7 +2531,7 @@ public StatefulNodeAzureHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2543,7 +2543,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2560,7 +2560,7 @@ public StatefulNodeAzureImage Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2574,7 +2574,7 @@ public object ImportVm { get; set; } import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2588,7 +2588,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2602,7 +2602,7 @@ public StatefulNodeAzureLogin Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2616,7 +2616,7 @@ public object ManagedServiceIdentities { get; set; } managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2630,7 +2630,7 @@ public StatefulNodeAzureNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2644,7 +2644,7 @@ public StatefulNodeAzureOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2656,7 +2656,7 @@ public string OsDiskPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2668,7 +2668,7 @@ public string[] PreferredSpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2680,7 +2680,7 @@ public string PreferredZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2694,7 +2694,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2708,7 +2708,7 @@ public object Secret { get; set; } secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2722,7 +2722,7 @@ public StatefulNodeAzureSecurity Security { get; set; } security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2734,7 +2734,7 @@ public object ShouldPersistVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2746,7 +2746,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2760,7 +2760,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2774,7 +2774,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -2788,7 +2788,7 @@ public object UpdateState { get; set; } update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -2800,7 +2800,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -2812,7 +2812,7 @@ public string VmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -2824,7 +2824,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -2846,9 +2846,9 @@ new StatefulNodeAzureDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2860,7 +2860,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2872,7 +2872,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2884,7 +2884,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2912,15 +2912,15 @@ new StatefulNodeAzureDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| SnapshotTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| SnapshotTtlInHours | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -2932,7 +2932,7 @@ public object DiskShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -2944,7 +2944,7 @@ public object NetworkShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -2956,7 +2956,7 @@ public object PublicIpShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -2968,7 +2968,7 @@ public object ShouldTerminateVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -2980,7 +2980,7 @@ public object SnapshotShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -2992,7 +2992,7 @@ public double DiskTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3004,7 +3004,7 @@ public double NetworkTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3016,7 +3016,7 @@ public double PublicIpTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3028,7 +3028,7 @@ public double SnapshotTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3051,10 +3051,10 @@ new StatefulNodeAzureDetachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3066,7 +3066,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3078,7 +3078,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3090,7 +3090,7 @@ public object ShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3102,7 +3102,7 @@ public double TtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3128,13 +3128,13 @@ new StatefulNodeAzureExtension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3146,7 +3146,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3158,7 +3158,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3170,7 +3170,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3182,7 +3182,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3194,7 +3194,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3206,7 +3206,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.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3218,7 +3218,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.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3241,10 +3241,10 @@ new StatefulNodeAzureHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3256,7 +3256,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3268,7 +3268,7 @@ public string[] HealthCheckTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3280,7 +3280,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3292,7 +3292,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3330,7 +3330,7 @@ public object CustomImage { get; set; } custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3344,7 +3344,7 @@ public object Gallery { get; set; } gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3358,7 +3358,7 @@ public object MarketplaceImage { get; set; } marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3379,8 +3379,8 @@ new StatefulNodeAzureImageCustomImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3392,7 +3392,7 @@ public string CustomImageResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3404,7 +3404,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3427,10 +3427,10 @@ new StatefulNodeAzureImageGallery { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3442,7 +3442,7 @@ public string GalleryName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3454,7 +3454,7 @@ public string GalleryResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3466,7 +3466,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3478,7 +3478,7 @@ public string VersionName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3501,10 +3501,10 @@ new StatefulNodeAzureImageMarketplaceImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3516,7 +3516,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3528,7 +3528,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3540,7 +3540,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3552,7 +3552,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3575,10 +3575,10 @@ new StatefulNodeAzureImportVm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3590,7 +3590,7 @@ public string OriginalVmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3602,7 +3602,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3614,7 +3614,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3626,7 +3626,7 @@ public double ResourcesRetentionTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3650,11 +3650,11 @@ new StatefulNodeAzureLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3666,7 +3666,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3678,7 +3678,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3690,7 +3690,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3702,7 +3702,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3714,7 +3714,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3736,9 +3736,9 @@ new StatefulNodeAzureLogin { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -3750,7 +3750,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -3762,7 +3762,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -3774,7 +3774,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -3795,8 +3795,8 @@ new StatefulNodeAzureManagedServiceIdentities { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -3808,7 +3808,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3820,7 +3820,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3843,8 +3843,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -3858,7 +3858,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -3870,7 +3870,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -3882,7 +3882,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -3911,16 +3911,16 @@ new StatefulNodeAzureNetworkNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -3932,7 +3932,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -3944,7 +3944,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -3958,7 +3958,7 @@ public object AdditionalIpConfigurations { get; set; } additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -3972,7 +3972,7 @@ public object ApplicationSecurityGroups { get; set; } application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -3984,7 +3984,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -3996,7 +3996,7 @@ public object EnableIpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4010,7 +4010,7 @@ public object NetworkSecurityGroup { get; set; } network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4022,7 +4022,7 @@ public string[] PrivateIpAddresses { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4036,7 +4036,7 @@ public object PublicIps { get; set; } public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4048,7 +4048,7 @@ public string PublicIpSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4069,8 +4069,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4082,7 +4082,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4094,7 +4094,7 @@ public string PrivateIpAddressVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4115,8 +4115,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4128,7 +4128,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4140,7 +4140,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4161,8 +4161,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4174,7 +4174,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4186,7 +4186,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4207,8 +4207,8 @@ new StatefulNodeAzureNetworkNetworkInterfacePublicIps { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4220,7 +4220,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4232,7 +4232,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4253,8 +4253,8 @@ new StatefulNodeAzureOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4266,7 +4266,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4278,7 +4278,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4300,9 +4300,9 @@ new StatefulNodeAzureSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4314,7 +4314,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4326,7 +4326,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4338,7 +4338,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4374,7 +4374,7 @@ public object SourceVault { get; set; } source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4388,7 +4388,7 @@ public object VaultCertificates { get; set; } vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4409,8 +4409,8 @@ new StatefulNodeAzureSecretSourceVault { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4422,7 +4422,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4434,7 +4434,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4455,8 +4455,8 @@ new StatefulNodeAzureSecretVaultCertificates { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4468,7 +4468,7 @@ public string CertificateStore { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4480,7 +4480,7 @@ public string CertificateUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4502,9 +4502,9 @@ new StatefulNodeAzureSecurity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4516,7 +4516,7 @@ public object SecureBootEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4528,7 +4528,7 @@ public string SecurityType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4540,7 +4540,7 @@ public object VtpmEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4561,8 +4561,8 @@ new StatefulNodeAzureSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4574,7 +4574,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4586,7 +4586,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4611,11 +4611,11 @@ new StatefulNodeAzureStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | | CapacityReservation | object | capacity_reservation block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4628,7 +4628,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4642,7 +4642,7 @@ public object CapacityReservation { get; set; } capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -4654,7 +4654,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4666,7 +4666,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -4678,7 +4678,7 @@ public string PreferredLifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -4692,7 +4692,7 @@ public StatefulNodeAzureStrategyRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -4714,8 +4714,8 @@ new StatefulNodeAzureStrategyCapacityReservation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | object | capacity_reservation_groups block. | --- @@ -4728,7 +4728,7 @@ public object ShouldUtilize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -4740,7 +4740,7 @@ public string UtilizationStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -4754,7 +4754,7 @@ public object CapacityReservationGroups { get; set; } capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -4776,9 +4776,9 @@ new StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -4790,7 +4790,7 @@ public string CrgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -4802,7 +4802,7 @@ public string CrgResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -4814,7 +4814,7 @@ public object CrgShouldPrioritize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -4834,7 +4834,7 @@ new StatefulNodeAzureStrategyRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -4846,7 +4846,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -4867,8 +4867,8 @@ new StatefulNodeAzureTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -4880,7 +4880,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -4892,7 +4892,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -4912,7 +4912,7 @@ new StatefulNodeAzureUpdateState { | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -4924,7 +4924,7 @@ public string State { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index 3a7e0ff5e..a4ebea204 100644 --- a/docs/statefulNodeAzure.go.md +++ b/docs/statefulNodeAzure.go.md @@ -1,6 +1,6 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). # `statefulNodeAzure` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](http ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure ``` @@ -767,7 +767,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool ``` @@ -799,7 +799,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ``` @@ -813,7 +813,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ``` @@ -1936,7 +1936,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureAttachDataDisk { DataDiskName: *string, @@ -1952,12 +1952,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -1969,7 +1969,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -1981,7 +1981,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -1993,7 +1993,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2005,7 +2005,7 @@ StorageAccountType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2017,7 +2017,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2029,7 +2029,7 @@ Zone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2038,7 +2038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureBootDiagnostics { IsEnabled: interface{}, @@ -2051,9 +2051,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2065,7 +2065,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2077,7 +2077,7 @@ StorageUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2089,7 +2089,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2098,7 +2098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureConfig { Connection: interface{}, @@ -2117,7 +2117,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu ShouldPersistNetwork: interface{}, ShouldPersistOsDisk: interface{}, SpotSizes: *[]*string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy, AttachDataDisk: interface{}, BootDiagnostics: interface{}, CustomData: *string, @@ -2127,21 +2127,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu Description: *string, DetachDataDisk: interface{}, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth, Id: *string, - Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureImage, + Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage, ImportVm: interface{}, LoadBalancer: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin, ManagedServiceIdentities: interface{}, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk, OsDiskPersistenceMode: *string, PreferredSpotSizes: *[]*string, PreferredZone: *string, SchedulingTask: interface{}, Secret: interface{}, - Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureSecurity, + Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity, ShouldPersistVm: interface{}, ShutdownScript: *string, Signal: interface{}, @@ -2164,27 +2164,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| Os | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| SpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | Strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | interface{} | import_vm block. | | LoadBalancer | interface{} | load_balancer block. | @@ -2192,20 +2192,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| PreferredZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| PreferredSpotSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| PreferredZone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2287,7 +2287,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2299,7 +2299,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2311,7 +2311,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2323,7 +2323,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2335,7 +2335,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2347,7 +2347,7 @@ ShouldPersistDataDisks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2359,7 +2359,7 @@ ShouldPersistNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2371,7 +2371,7 @@ ShouldPersistOsDisk interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2383,7 +2383,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2397,7 +2397,7 @@ Strategy StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2411,7 +2411,7 @@ AttachDataDisk interface{} attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2425,7 +2425,7 @@ BootDiagnostics interface{} boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2437,7 +2437,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2451,7 +2451,7 @@ DataDisk interface{} data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2463,7 +2463,7 @@ DataDisksPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2477,7 +2477,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2489,7 +2489,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2503,7 +2503,7 @@ DetachDataDisk interface{} detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2517,7 +2517,7 @@ Extension interface{} extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2531,7 +2531,7 @@ Health StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2543,7 +2543,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2560,7 +2560,7 @@ Image StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2574,7 +2574,7 @@ ImportVm interface{} import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2588,7 +2588,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2602,7 +2602,7 @@ Login StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2616,7 +2616,7 @@ ManagedServiceIdentities interface{} managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2630,7 +2630,7 @@ Network StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2644,7 +2644,7 @@ OsDisk StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2656,7 +2656,7 @@ OsDiskPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2668,7 +2668,7 @@ PreferredSpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2680,7 +2680,7 @@ PreferredZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2694,7 +2694,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2708,7 +2708,7 @@ Secret interface{} secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2722,7 +2722,7 @@ Security StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2734,7 +2734,7 @@ ShouldPersistVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2746,7 +2746,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2760,7 +2760,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2774,7 +2774,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -2788,7 +2788,7 @@ UpdateState interface{} update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -2800,7 +2800,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -2812,7 +2812,7 @@ VmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -2824,7 +2824,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -2833,7 +2833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDataDisk { Lun: *f64, @@ -2846,9 +2846,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2860,7 +2860,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2872,7 +2872,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2884,7 +2884,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2893,7 +2893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDelete { DiskShouldDeallocate: interface{}, @@ -2912,15 +2912,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| SnapshotTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| SnapshotTtlInHours | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -2932,7 +2932,7 @@ DiskShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -2944,7 +2944,7 @@ NetworkShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -2956,7 +2956,7 @@ PublicIpShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -2968,7 +2968,7 @@ ShouldTerminateVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -2980,7 +2980,7 @@ SnapshotShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -2992,7 +2992,7 @@ DiskTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3004,7 +3004,7 @@ NetworkTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3016,7 +3016,7 @@ PublicIpTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3028,7 +3028,7 @@ SnapshotTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3037,7 +3037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDetachDataDisk { DataDiskName: *string, @@ -3051,10 +3051,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3066,7 +3066,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3078,7 +3078,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3090,7 +3090,7 @@ ShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3102,7 +3102,7 @@ TtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3111,7 +3111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureExtension { ApiVersion: *string, @@ -3128,13 +3128,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3146,7 +3146,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3158,7 +3158,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3170,7 +3170,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3182,7 +3182,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3194,7 +3194,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3206,7 +3206,7 @@ ProtectedSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3218,7 +3218,7 @@ PublicSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3227,7 +3227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureHealth { AutoHealing: interface{}, @@ -3241,10 +3241,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3256,7 +3256,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3268,7 +3268,7 @@ HealthCheckTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3280,7 +3280,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3292,7 +3292,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3301,7 +3301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImage { CustomImage: interface{}, @@ -3330,7 +3330,7 @@ CustomImage interface{} custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3344,7 +3344,7 @@ Gallery interface{} gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3358,7 +3358,7 @@ MarketplaceImage interface{} marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3367,7 +3367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageCustomImage { CustomImageResourceGroupName: *string, @@ -3379,8 +3379,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3392,7 +3392,7 @@ CustomImageResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3404,7 +3404,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3413,7 +3413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageGallery { GalleryName: *string, @@ -3427,10 +3427,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3442,7 +3442,7 @@ GalleryName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3454,7 +3454,7 @@ GalleryResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3466,7 +3466,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3478,7 +3478,7 @@ VersionName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3487,7 +3487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage { Offer: *string, @@ -3501,10 +3501,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3516,7 +3516,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3528,7 +3528,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3540,7 +3540,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3552,7 +3552,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3561,7 +3561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImportVm { OriginalVmName: *string, @@ -3575,10 +3575,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3590,7 +3590,7 @@ OriginalVmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3602,7 +3602,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3614,7 +3614,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3626,7 +3626,7 @@ ResourcesRetentionTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3635,7 +3635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLoadBalancer { BackendPoolNames: *[]*string, @@ -3650,11 +3650,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3666,7 +3666,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3678,7 +3678,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3690,7 +3690,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3702,7 +3702,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3714,7 +3714,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3723,7 +3723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLogin { UserName: *string, @@ -3736,9 +3736,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -3750,7 +3750,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -3762,7 +3762,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -3774,7 +3774,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -3783,7 +3783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities { Name: *string, @@ -3795,8 +3795,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -3808,7 +3808,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3820,7 +3820,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3829,7 +3829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetwork { NetworkInterface: interface{}, @@ -3843,8 +3843,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | interface{} | network_interface block. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -3858,7 +3858,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -3870,7 +3870,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -3882,7 +3882,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -3891,7 +3891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface { IsPrimary: interface{}, @@ -3911,16 +3911,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -3932,7 +3932,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -3944,7 +3944,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -3958,7 +3958,7 @@ AdditionalIpConfigurations interface{} additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -3972,7 +3972,7 @@ ApplicationSecurityGroups interface{} application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -3984,7 +3984,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -3996,7 +3996,7 @@ EnableIpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4010,7 +4010,7 @@ NetworkSecurityGroup interface{} network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4022,7 +4022,7 @@ PrivateIpAddresses *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4036,7 +4036,7 @@ PublicIps interface{} public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4048,7 +4048,7 @@ PublicIpSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4057,7 +4057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { Name: *string, @@ -4069,8 +4069,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4082,7 +4082,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4094,7 +4094,7 @@ PrivateIpAddressVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4103,7 +4103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { Name: *string, @@ -4115,8 +4115,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4128,7 +4128,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4140,7 +4140,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4149,7 +4149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { Name: *string, @@ -4161,8 +4161,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4174,7 +4174,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4186,7 +4186,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4195,7 +4195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps { Name: *string, @@ -4207,8 +4207,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4220,7 +4220,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4232,7 +4232,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4241,7 +4241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureOsDisk { Type: *string, @@ -4253,8 +4253,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4266,7 +4266,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4278,7 +4278,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4287,7 +4287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSchedulingTask { CronExpression: *string, @@ -4300,9 +4300,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4314,7 +4314,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4326,7 +4326,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4338,7 +4338,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4347,7 +4347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecret { SourceVault: interface{}, @@ -4374,7 +4374,7 @@ SourceVault interface{} source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4388,7 +4388,7 @@ VaultCertificates interface{} vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4397,7 +4397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretSourceVault { Name: *string, @@ -4409,8 +4409,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4422,7 +4422,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4434,7 +4434,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4443,7 +4443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates { CertificateStore: *string, @@ -4455,8 +4455,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4468,7 +4468,7 @@ CertificateStore *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4480,7 +4480,7 @@ CertificateUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4489,7 +4489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecurity { SecureBootEnabled: interface{}, @@ -4502,9 +4502,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4516,7 +4516,7 @@ SecureBootEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4528,7 +4528,7 @@ SecurityType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4540,7 +4540,7 @@ VtpmEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4549,7 +4549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSignal { Timeout: *f64, @@ -4561,8 +4561,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4574,7 +4574,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4586,7 +4586,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4595,7 +4595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategy { FallbackToOnDemand: interface{}, @@ -4603,7 +4603,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu DrainingTimeout: *f64, OptimizationWindows: *[]*string, PreferredLifeCycle: *string, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, } ``` @@ -4611,11 +4611,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | | CapacityReservation | interface{} | capacity_reservation block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4628,7 +4628,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4642,7 +4642,7 @@ CapacityReservation interface{} capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -4654,7 +4654,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4666,7 +4666,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -4678,7 +4678,7 @@ PreferredLifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -4692,7 +4692,7 @@ RevertToSpot StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -4701,7 +4701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation { ShouldUtilize: interface{}, @@ -4714,8 +4714,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | interface{} | capacity_reservation_groups block. | --- @@ -4728,7 +4728,7 @@ ShouldUtilize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -4740,7 +4740,7 @@ UtilizationStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -4754,7 +4754,7 @@ CapacityReservationGroups interface{} capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -4763,7 +4763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { CrgName: *string, @@ -4776,9 +4776,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -4790,7 +4790,7 @@ CrgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -4802,7 +4802,7 @@ CrgResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -4814,7 +4814,7 @@ CrgShouldPrioritize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -4823,7 +4823,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot { PerformAt: *string, @@ -4834,7 +4834,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -4846,7 +4846,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -4855,7 +4855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureTag { TagKey: *string, @@ -4867,8 +4867,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -4880,7 +4880,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -4892,7 +4892,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -4901,7 +4901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureUpdateState { State: *string, @@ -4912,7 +4912,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -4924,7 +4924,7 @@ State *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -4935,7 +4935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList ``` @@ -5078,7 +5078,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference ``` @@ -5491,7 +5491,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList ``` @@ -5634,7 +5634,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference ``` @@ -5988,7 +5988,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList ``` @@ -6131,7 +6131,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference ``` @@ -6464,7 +6464,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList ``` @@ -6607,7 +6607,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference ``` @@ -7100,7 +7100,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList ``` @@ -7243,7 +7243,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference ``` @@ -7605,7 +7605,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList ``` @@ -7748,7 +7748,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference ``` @@ -8183,7 +8183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference ``` @@ -8534,7 +8534,7 @@ func InternalValue() StatefulNodeAzureHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList ``` @@ -8677,7 +8677,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference ``` @@ -8988,7 +8988,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList ``` @@ -9131,7 +9131,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference ``` @@ -9486,7 +9486,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList ``` @@ -9629,7 +9629,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference ``` @@ -9984,7 +9984,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference ``` @@ -10359,7 +10359,7 @@ func InternalValue() StatefulNodeAzureImage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList ``` @@ -10502,7 +10502,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference ``` @@ -10871,7 +10871,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList ``` @@ -11014,7 +11014,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference ``` @@ -11398,7 +11398,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference ``` @@ -11727,7 +11727,7 @@ func InternalValue() StatefulNodeAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList ``` @@ -11870,7 +11870,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference ``` @@ -12181,7 +12181,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList ``` @@ -12324,7 +12324,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference ``` @@ -12635,7 +12635,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList ``` @@ -12778,7 +12778,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference ``` @@ -13089,7 +13089,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList ``` @@ -13232,7 +13232,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ``` @@ -13375,7 +13375,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference ``` @@ -13700,7 +13700,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference ``` @@ -14295,7 +14295,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList ``` @@ -14438,7 +14438,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference ``` @@ -14749,7 +14749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference ``` @@ -15077,7 +15077,7 @@ func InternalValue() StatefulNodeAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference ``` @@ -15377,7 +15377,7 @@ func InternalValue() StatefulNodeAzureOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList ``` @@ -15520,7 +15520,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference ``` @@ -15853,7 +15853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList ``` @@ -15996,7 +15996,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference ``` @@ -16333,7 +16333,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList ``` @@ -16476,7 +16476,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference ``` @@ -16787,7 +16787,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList ``` @@ -16930,7 +16930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference ``` @@ -17255,7 +17255,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference ``` @@ -17591,7 +17591,7 @@ func InternalValue() StatefulNodeAzureSecurity #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList ``` @@ -17734,7 +17734,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference ``` @@ -18045,7 +18045,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList ``` @@ -18188,7 +18188,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference ``` @@ -18528,7 +18528,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList ``` @@ -18671,7 +18671,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference ``` @@ -19024,7 +19024,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference ``` @@ -19466,7 +19466,7 @@ func InternalValue() StatefulNodeAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference ``` @@ -19737,7 +19737,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList ``` @@ -19880,7 +19880,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference ``` @@ -20198,7 +20198,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList ``` @@ -20341,7 +20341,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference ``` diff --git a/docs/statefulNodeAzure.java.md b/docs/statefulNodeAzure.java.md index b8de25a4e..cf1c14dc5 100644 --- a/docs/statefulNodeAzure.java.md +++ b/docs/statefulNodeAzure.java.md @@ -1,6 +1,6 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). # `statefulNodeAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](http ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -101,27 +101,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | @@ -129,20 +129,20 @@ StatefulNodeAzure.Builder.create(Construct scope, java.lang.String id) | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -210,7 +210,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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -218,7 +218,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.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -226,7 +226,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.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -234,7 +234,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.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -242,7 +242,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.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -250,7 +250,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -258,7 +258,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -266,7 +266,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -274,7 +274,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.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -284,7 +284,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.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -294,7 +294,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.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -304,7 +304,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.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -312,7 +312,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.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -322,7 +322,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.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -330,7 +330,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.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -340,7 +340,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.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -348,7 +348,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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -358,7 +358,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.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -368,7 +368,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.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -378,7 +378,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.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -386,7 +386,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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -399,7 +399,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.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -409,7 +409,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.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -419,7 +419,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.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -429,7 +429,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.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -439,7 +439,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.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -449,7 +449,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.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -459,7 +459,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.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -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.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -493,7 +493,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.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -503,7 +503,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.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -513,7 +513,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.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -521,7 +521,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -529,7 +529,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.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -539,7 +539,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.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -549,7 +549,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.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -559,7 +559,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.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -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.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -575,7 +575,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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -583,7 +583,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.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -2489,12 +2489,12 @@ StatefulNodeAzureAttachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2506,7 +2506,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2518,7 +2518,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2530,7 +2530,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2542,7 +2542,7 @@ public java.lang.String getStorageAccountType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2554,7 +2554,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2566,7 +2566,7 @@ public java.lang.String getZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2589,9 +2589,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2603,7 +2603,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.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2615,7 +2615,7 @@ public java.lang.String getStorageUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2627,7 +2627,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2724,27 +2724,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| odSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| os | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| spotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | @@ -2752,20 +2752,20 @@ StatefulNodeAzureConfig.builder() | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredSpotSizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| preferredZone | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2847,7 +2847,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2859,7 +2859,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2871,7 +2871,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2883,7 +2883,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2895,7 +2895,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2907,7 +2907,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2919,7 +2919,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2931,7 +2931,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2943,7 +2943,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2957,7 +2957,7 @@ public StatefulNodeAzureStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2971,7 +2971,7 @@ public java.lang.Object getAttachDataDisk(); attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2985,7 +2985,7 @@ public java.lang.Object getBootDiagnostics(); boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2997,7 +2997,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3011,7 +3011,7 @@ public java.lang.Object getDataDisk(); data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3023,7 +3023,7 @@ public java.lang.String getDataDisksPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3037,7 +3037,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3049,7 +3049,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3063,7 +3063,7 @@ public java.lang.Object getDetachDataDisk(); detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3077,7 +3077,7 @@ public java.lang.Object getExtension(); extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3091,7 +3091,7 @@ public StatefulNodeAzureHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3103,7 +3103,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3120,7 +3120,7 @@ public StatefulNodeAzureImage getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3134,7 +3134,7 @@ public java.lang.Object getImportVm(); import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3148,7 +3148,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3162,7 +3162,7 @@ public StatefulNodeAzureLogin getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3176,7 +3176,7 @@ public java.lang.Object getManagedServiceIdentities(); managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3190,7 +3190,7 @@ public StatefulNodeAzureNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3204,7 +3204,7 @@ public StatefulNodeAzureOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3216,7 +3216,7 @@ public java.lang.String getOsDiskPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3228,7 +3228,7 @@ public java.util.List getPreferredSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -3240,7 +3240,7 @@ public java.lang.String getPreferredZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3254,7 +3254,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3268,7 +3268,7 @@ public java.lang.Object getSecret(); secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3282,7 +3282,7 @@ public StatefulNodeAzureSecurity getSecurity(); security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3294,7 +3294,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3306,7 +3306,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3320,7 +3320,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3334,7 +3334,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3348,7 +3348,7 @@ public java.lang.Object getUpdateState(); update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3360,7 +3360,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3372,7 +3372,7 @@ public java.lang.String getVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3384,7 +3384,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3406,9 +3406,9 @@ StatefulNodeAzureDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3420,7 +3420,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3432,7 +3432,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3444,7 +3444,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3477,15 +3477,15 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| snapshotTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| snapshotTtlInHours | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3497,7 +3497,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.141.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.142.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3509,7 +3509,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.141.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.142.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3521,7 +3521,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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3533,7 +3533,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.141.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.142.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3545,7 +3545,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.141.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.142.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3557,7 +3557,7 @@ public java.lang.Number getDiskTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3569,7 +3569,7 @@ public java.lang.Number getNetworkTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3581,7 +3581,7 @@ public java.lang.Number getPublicIpTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3593,7 +3593,7 @@ public java.lang.Number getSnapshotTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3617,10 +3617,10 @@ StatefulNodeAzureDetachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3632,7 +3632,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3644,7 +3644,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3656,7 +3656,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.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3668,7 +3668,7 @@ public java.lang.Number getTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3695,13 +3695,13 @@ StatefulNodeAzureExtension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3713,7 +3713,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3725,7 +3725,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.141.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.142.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3737,7 +3737,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3749,7 +3749,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3761,7 +3761,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3773,7 +3773,7 @@ public java.util.Map getProtectedSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3785,7 +3785,7 @@ public java.util.Map getPublicSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3809,10 +3809,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3824,7 +3824,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.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3836,7 +3836,7 @@ public java.util.List getHealthCheckTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3848,7 +3848,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3860,7 +3860,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3901,7 +3901,7 @@ public java.lang.Object getCustomImage(); custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3915,7 +3915,7 @@ public java.lang.Object getGallery(); gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3929,7 +3929,7 @@ public java.lang.Object getMarketplaceImage(); marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3950,8 +3950,8 @@ StatefulNodeAzureImageCustomImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3963,7 +3963,7 @@ public java.lang.String getCustomImageResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3975,7 +3975,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3998,10 +3998,10 @@ StatefulNodeAzureImageGallery.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -4013,7 +4013,7 @@ public java.lang.String getGalleryName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4025,7 +4025,7 @@ public java.lang.String getGalleryResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4037,7 +4037,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4049,7 +4049,7 @@ public java.lang.String getVersionName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4072,10 +4072,10 @@ StatefulNodeAzureImageMarketplaceImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4087,7 +4087,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4099,7 +4099,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4111,7 +4111,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4123,7 +4123,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4146,10 +4146,10 @@ StatefulNodeAzureImportVm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4161,7 +4161,7 @@ public java.lang.String getOriginalVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4173,7 +4173,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4185,7 +4185,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4197,7 +4197,7 @@ public java.lang.Number getResourcesRetentionTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4221,11 +4221,11 @@ StatefulNodeAzureLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4237,7 +4237,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4249,7 +4249,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4261,7 +4261,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4273,7 +4273,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4285,7 +4285,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4307,9 +4307,9 @@ StatefulNodeAzureLogin.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4321,7 +4321,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4333,7 +4333,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4345,7 +4345,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4366,8 +4366,8 @@ StatefulNodeAzureManagedServiceIdentities.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4391,7 +4391,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4415,8 +4415,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4430,7 +4430,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4442,7 +4442,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4454,7 +4454,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4490,16 +4490,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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4511,7 +4511,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.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4523,7 +4523,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4537,7 +4537,7 @@ public java.lang.Object getAdditionalIpConfigurations(); additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4551,7 +4551,7 @@ public java.lang.Object getApplicationSecurityGroups(); application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4563,7 +4563,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.141.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.142.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4575,7 +4575,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.141.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.142.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4589,7 +4589,7 @@ public java.lang.Object getNetworkSecurityGroup(); network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4601,7 +4601,7 @@ public java.util.List getPrivateIpAddresses(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4615,7 +4615,7 @@ public java.lang.Object getPublicIps(); public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4627,7 +4627,7 @@ public java.lang.String getPublicIpSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4648,8 +4648,8 @@ StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4661,7 +4661,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4673,7 +4673,7 @@ public java.lang.String getPrivateIpAddressVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4694,8 +4694,8 @@ StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4707,7 +4707,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4719,7 +4719,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4740,8 +4740,8 @@ StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4753,7 +4753,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4765,7 +4765,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4786,8 +4786,8 @@ StatefulNodeAzureNetworkNetworkInterfacePublicIps.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4799,7 +4799,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4811,7 +4811,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4832,8 +4832,8 @@ StatefulNodeAzureOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4845,7 +4845,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4857,7 +4857,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4880,9 +4880,9 @@ StatefulNodeAzureSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4894,7 +4894,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4906,7 +4906,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.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4918,7 +4918,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4956,7 +4956,7 @@ public java.lang.Object getSourceVault(); source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4970,7 +4970,7 @@ public java.lang.Object getVaultCertificates(); vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4991,8 +4991,8 @@ StatefulNodeAzureSecretSourceVault.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5004,7 +5004,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5016,7 +5016,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5037,8 +5037,8 @@ StatefulNodeAzureSecretVaultCertificates.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5050,7 +5050,7 @@ public java.lang.String getCertificateStore(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5062,7 +5062,7 @@ public java.lang.String getCertificateUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5086,9 +5086,9 @@ StatefulNodeAzureSecurity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| secureBootEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5100,7 +5100,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.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5112,7 +5112,7 @@ public java.lang.String getSecurityType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5124,7 +5124,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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5145,8 +5145,8 @@ StatefulNodeAzureSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5158,7 +5158,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5170,7 +5170,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5197,11 +5197,11 @@ 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.141.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | | 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.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -5214,7 +5214,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.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5228,7 +5228,7 @@ public java.lang.Object getCapacityReservation(); capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5240,7 +5240,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5252,7 +5252,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5264,7 +5264,7 @@ public java.lang.String getPreferredLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5278,7 +5278,7 @@ public StatefulNodeAzureStrategyRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5302,8 +5302,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.141.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.141.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.142.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.142.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. | --- @@ -5316,7 +5316,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.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5328,7 +5328,7 @@ public java.lang.String getUtilizationStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5342,7 +5342,7 @@ public java.lang.Object getCapacityReservationGroups(); capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5365,9 +5365,9 @@ StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5379,7 +5379,7 @@ public java.lang.String getCrgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5391,7 +5391,7 @@ public java.lang.String getCrgResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5403,7 +5403,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.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5423,7 +5423,7 @@ StatefulNodeAzureStrategyRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5435,7 +5435,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5456,8 +5456,8 @@ StatefulNodeAzureTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5469,7 +5469,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5481,7 +5481,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5501,7 +5501,7 @@ StatefulNodeAzureUpdateState.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5513,7 +5513,7 @@ public java.lang.String getState(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/statefulNodeAzure.python.md b/docs/statefulNodeAzure.python.md index ebcaa86ac..68a31acf7 100644 --- a/docs/statefulNodeAzure.python.md +++ b/docs/statefulNodeAzure.python.md @@ -1,6 +1,6 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). # `statefulNodeAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](http ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -81,27 +81,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | @@ -109,20 +109,20 @@ statefulNodeAzure.StatefulNodeAzure( | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -190,7 +190,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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -198,7 +198,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.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -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.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -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.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -246,7 +246,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -254,7 +254,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.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -264,7 +264,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.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -274,7 +274,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.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -284,7 +284,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.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -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.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -302,7 +302,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.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -320,7 +320,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.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -338,7 +338,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.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -348,7 +348,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.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -358,7 +358,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.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -366,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -379,7 +379,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.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -389,7 +389,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.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -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.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -473,7 +473,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.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -483,7 +483,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.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -493,7 +493,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.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -501,7 +501,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -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.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -519,7 +519,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.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -529,7 +529,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.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -539,7 +539,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.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -563,7 +563,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.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -951,7 +951,7 @@ def put_health( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -959,7 +959,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.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -967,7 +967,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.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -975,7 +975,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.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -995,7 +995,7 @@ def put_image( custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -1005,7 +1005,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.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -1015,7 +1015,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.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -1061,7 +1061,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -1077,7 +1077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -1111,7 +1111,7 @@ def put_network( network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -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.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -1144,7 +1144,7 @@ def put_os_disk( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -1152,7 +1152,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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -1198,7 +1198,7 @@ def put_security( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -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.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -1214,7 +1214,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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -1249,7 +1249,7 @@ def put_strategy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -1259,7 +1259,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.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -1267,7 +1267,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.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -1275,7 +1275,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.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -1283,7 +1283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -1293,7 +1293,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.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -2721,12 +2721,12 @@ statefulNodeAzure.StatefulNodeAzureAttachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2738,7 +2738,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2750,7 +2750,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2762,7 +2762,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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2774,7 +2774,7 @@ storage_account_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2786,7 +2786,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2798,7 +2798,7 @@ zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2820,9 +2820,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2834,7 +2834,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.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2846,7 +2846,7 @@ storage_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2858,7 +2858,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2933,27 +2933,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| od_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| os | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | @@ -2961,20 +2961,20 @@ statefulNodeAzure.StatefulNodeAzureConfig( | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferred_spot_sizes | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| preferred_zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -3056,7 +3056,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3068,7 +3068,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -3080,7 +3080,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -3092,7 +3092,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -3104,7 +3104,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3116,7 +3116,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -3128,7 +3128,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -3140,7 +3140,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -3152,7 +3152,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -3166,7 +3166,7 @@ strategy: StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -3180,7 +3180,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.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -3194,7 +3194,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.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -3206,7 +3206,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3220,7 +3220,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.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3232,7 +3232,7 @@ data_disks_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3246,7 +3246,7 @@ delete: typing.Union[IResolvable, typing.List[StatefulNodeAzureDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3258,7 +3258,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3272,7 +3272,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.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3286,7 +3286,7 @@ extension: typing.Union[IResolvable, typing.List[StatefulNodeAzureExtension]] extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3300,7 +3300,7 @@ health: StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3312,7 +3312,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -3329,7 +3329,7 @@ image: StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3343,7 +3343,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.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3357,7 +3357,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.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3371,7 +3371,7 @@ login: StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3385,7 +3385,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.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3399,7 +3399,7 @@ network: StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3413,7 +3413,7 @@ os_disk: StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3425,7 +3425,7 @@ os_disk_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3437,7 +3437,7 @@ preferred_spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -3449,7 +3449,7 @@ preferred_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3463,7 +3463,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.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3477,7 +3477,7 @@ secret: typing.Union[IResolvable, typing.List[StatefulNodeAzureSecret]] secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3491,7 +3491,7 @@ security: StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3503,7 +3503,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.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3515,7 +3515,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3529,7 +3529,7 @@ signal: typing.Union[IResolvable, typing.List[StatefulNodeAzureSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3543,7 +3543,7 @@ tag: typing.Union[IResolvable, typing.List[StatefulNodeAzureTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3557,7 +3557,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.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3569,7 +3569,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3581,7 +3581,7 @@ vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3593,7 +3593,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3615,9 +3615,9 @@ statefulNodeAzure.StatefulNodeAzureDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3629,7 +3629,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3641,7 +3641,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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3653,7 +3653,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3681,15 +3681,15 @@ 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.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| snapshot_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| snapshot_ttl_in_hours | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3701,7 +3701,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.141.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.142.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3713,7 +3713,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.141.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.142.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3725,7 +3725,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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3737,7 +3737,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.141.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.142.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3749,7 +3749,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.141.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.142.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3761,7 +3761,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.141.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.142.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3773,7 +3773,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.141.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.142.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3785,7 +3785,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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3797,7 +3797,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.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3820,10 +3820,10 @@ statefulNodeAzure.StatefulNodeAzureDetachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3835,7 +3835,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3847,7 +3847,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3859,7 +3859,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.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3871,7 +3871,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.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3897,13 +3897,13 @@ statefulNodeAzure.StatefulNodeAzureExtension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3915,7 +3915,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3927,7 +3927,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.141.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.142.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3939,7 +3939,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3951,7 +3951,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3963,7 +3963,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3975,7 +3975,7 @@ protected_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3987,7 +3987,7 @@ public_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -4010,10 +4010,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -4025,7 +4025,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.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -4037,7 +4037,7 @@ health_check_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -4049,7 +4049,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.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -4061,7 +4061,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.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -4099,7 +4099,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.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -4113,7 +4113,7 @@ gallery: typing.Union[IResolvable, typing.List[StatefulNodeAzureImageGallery]] gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -4127,7 +4127,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.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -4148,8 +4148,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -4161,7 +4161,7 @@ custom_image_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -4173,7 +4173,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4196,10 +4196,10 @@ statefulNodeAzure.StatefulNodeAzureImageGallery( | **Name** | **Type** | **Description** | | --- | --- | --- | -| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -4211,7 +4211,7 @@ gallery_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4223,7 +4223,7 @@ gallery_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4235,7 +4235,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4247,7 +4247,7 @@ version_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4270,10 +4270,10 @@ statefulNodeAzure.StatefulNodeAzureImageMarketplaceImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4285,7 +4285,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4297,7 +4297,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4309,7 +4309,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4321,7 +4321,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4344,10 +4344,10 @@ statefulNodeAzure.StatefulNodeAzureImportVm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| original_vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4359,7 +4359,7 @@ original_vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4371,7 +4371,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4383,7 +4383,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.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4395,7 +4395,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.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4419,11 +4419,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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4435,7 +4435,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4447,7 +4447,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4459,7 +4459,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4471,7 +4471,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4483,7 +4483,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4505,9 +4505,9 @@ statefulNodeAzure.StatefulNodeAzureLogin( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4519,7 +4519,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4531,7 +4531,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4543,7 +4543,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4564,8 +4564,8 @@ statefulNodeAzure.StatefulNodeAzureManagedServiceIdentities( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4577,7 +4577,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4589,7 +4589,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4612,8 +4612,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4627,7 +4627,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.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4639,7 +4639,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4651,7 +4651,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4680,16 +4680,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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4701,7 +4701,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.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4713,7 +4713,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4727,7 +4727,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.141.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.142.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4741,7 +4741,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.141.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.142.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4753,7 +4753,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.141.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.142.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4765,7 +4765,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.141.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.142.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4779,7 +4779,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.141.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.142.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4791,7 +4791,7 @@ private_ip_addresses: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4805,7 +4805,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.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4817,7 +4817,7 @@ public_ip_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4838,8 +4838,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurat | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4851,7 +4851,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4863,7 +4863,7 @@ private_ip_address_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4884,8 +4884,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4897,7 +4897,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4909,7 +4909,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4930,8 +4930,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4943,7 +4943,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4955,7 +4955,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4976,8 +4976,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIps( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4989,7 +4989,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5001,7 +5001,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5022,8 +5022,8 @@ statefulNodeAzure.StatefulNodeAzureOsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -5035,7 +5035,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5047,7 +5047,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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -5069,9 +5069,9 @@ statefulNodeAzure.StatefulNodeAzureSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5083,7 +5083,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -5095,7 +5095,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.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -5107,7 +5107,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5143,7 +5143,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.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -5157,7 +5157,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.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -5178,8 +5178,8 @@ statefulNodeAzure.StatefulNodeAzureSecretSourceVault( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5191,7 +5191,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5203,7 +5203,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5224,8 +5224,8 @@ statefulNodeAzure.StatefulNodeAzureSecretVaultCertificates( | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5237,7 +5237,7 @@ certificate_store: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5249,7 +5249,7 @@ certificate_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5271,9 +5271,9 @@ statefulNodeAzure.StatefulNodeAzureSecurity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| secure_boot_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5285,7 +5285,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.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5297,7 +5297,7 @@ security_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5309,7 +5309,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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5330,8 +5330,8 @@ statefulNodeAzure.StatefulNodeAzureSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5343,7 +5343,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5355,7 +5355,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5380,11 +5380,11 @@ 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.141.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | | 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.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revert_to_spot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -5397,7 +5397,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.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5411,7 +5411,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.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5423,7 +5423,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.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5435,7 +5435,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5447,7 +5447,7 @@ preferred_life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5461,7 +5461,7 @@ revert_to_spot: StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5483,8 +5483,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.141.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.141.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.142.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.142.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. | --- @@ -5497,7 +5497,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.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5509,7 +5509,7 @@ utilization_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5523,7 +5523,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.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5545,9 +5545,9 @@ statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5559,7 +5559,7 @@ crg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5571,7 +5571,7 @@ crg_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5583,7 +5583,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.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5603,7 +5603,7 @@ statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5615,7 +5615,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5636,8 +5636,8 @@ statefulNodeAzure.StatefulNodeAzureTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5649,7 +5649,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5661,7 +5661,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5681,7 +5681,7 @@ statefulNodeAzure.StatefulNodeAzureUpdateState( | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5693,7 +5693,7 @@ state: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -21061,7 +21061,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- diff --git a/docs/statefulNodeAzure.typescript.md b/docs/statefulNodeAzure.typescript.md index 011160950..f0cea4cdd 100644 --- a/docs/statefulNodeAzure.typescript.md +++ b/docs/statefulNodeAzure.typescript.md @@ -1,6 +1,6 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). # `statefulNodeAzure` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](http ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -1945,12 +1945,12 @@ const statefulNodeAzureAttachDataDisk: statefulNodeAzure.StatefulNodeAzureAttach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -1962,7 +1962,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -1974,7 +1974,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -1986,7 +1986,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -1998,7 +1998,7 @@ public readonly storageAccountType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2010,7 +2010,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2022,7 +2022,7 @@ public readonly zone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2040,9 +2040,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.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2054,7 +2054,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2066,7 +2066,7 @@ public readonly storageUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2078,7 +2078,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2103,27 +2103,27 @@ 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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | -| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | -| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. | +| os | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. | +| spotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. | | strategy | StatefulNodeAzureStrategy | strategy 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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | cdktf.IResolvable \| StatefulNodeAzureImportVm[] | import_vm block. | | loadBalancer | cdktf.IResolvable \| StatefulNodeAzureLoadBalancer[] | load_balancer block. | @@ -2131,20 +2131,20 @@ const statefulNodeAzureConfig: statefulNodeAzure.StatefulNodeAzureConfig = { ... | 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.141.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | -| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | -| preferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. | +| preferredSpotSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. | +| preferredZone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | 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.141.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.141.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.142.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.142.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.141.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2226,7 +2226,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2238,7 +2238,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2250,7 +2250,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2262,7 +2262,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2274,7 +2274,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2286,7 +2286,7 @@ public readonly shouldPersistDataDisks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2298,7 +2298,7 @@ public readonly shouldPersistNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2310,7 +2310,7 @@ public readonly shouldPersistOsDisk: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2322,7 +2322,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2336,7 +2336,7 @@ public readonly strategy: StatefulNodeAzureStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2350,7 +2350,7 @@ public readonly attachDataDisk: IResolvable | StatefulNodeAzureAttachDataDisk[]; attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2364,7 +2364,7 @@ public readonly bootDiagnostics: IResolvable | StatefulNodeAzureBootDiagnostics[ boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2376,7 +2376,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2390,7 +2390,7 @@ public readonly dataDisk: IResolvable | StatefulNodeAzureDataDisk[]; data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2402,7 +2402,7 @@ public readonly dataDisksPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2416,7 +2416,7 @@ public readonly delete: IResolvable | StatefulNodeAzureDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2428,7 +2428,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2442,7 +2442,7 @@ public readonly detachDataDisk: IResolvable | StatefulNodeAzureDetachDataDisk[]; detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2456,7 +2456,7 @@ public readonly extension: IResolvable | StatefulNodeAzureExtension[]; extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2470,7 +2470,7 @@ public readonly health: StatefulNodeAzureHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2482,7 +2482,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2499,7 +2499,7 @@ public readonly image: StatefulNodeAzureImage; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2513,7 +2513,7 @@ public readonly importVm: IResolvable | StatefulNodeAzureImportVm[]; import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2527,7 +2527,7 @@ public readonly loadBalancer: IResolvable | StatefulNodeAzureLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2541,7 +2541,7 @@ public readonly login: StatefulNodeAzureLogin; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2555,7 +2555,7 @@ public readonly managedServiceIdentities: IResolvable | StatefulNodeAzureManaged managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2569,7 +2569,7 @@ public readonly network: StatefulNodeAzureNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2583,7 +2583,7 @@ public readonly osDisk: StatefulNodeAzureOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2595,7 +2595,7 @@ public readonly osDiskPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2607,7 +2607,7 @@ public readonly preferredSpotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2619,7 +2619,7 @@ public readonly preferredZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2633,7 +2633,7 @@ public readonly schedulingTask: IResolvable | StatefulNodeAzureSchedulingTask[]; scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2647,7 +2647,7 @@ public readonly secret: IResolvable | StatefulNodeAzureSecret[]; secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2661,7 +2661,7 @@ public readonly security: StatefulNodeAzureSecurity; security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2673,7 +2673,7 @@ public readonly shouldPersistVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2685,7 +2685,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2699,7 +2699,7 @@ public readonly signal: IResolvable | StatefulNodeAzureSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2713,7 +2713,7 @@ public readonly tag: IResolvable | StatefulNodeAzureTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -2727,7 +2727,7 @@ public readonly updateState: IResolvable | StatefulNodeAzureUpdateState[]; update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -2739,7 +2739,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -2751,7 +2751,7 @@ public readonly vmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -2763,7 +2763,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -2781,9 +2781,9 @@ const statefulNodeAzureDataDisk: statefulNodeAzure.StatefulNodeAzureDataDisk = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2795,7 +2795,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2807,7 +2807,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2819,7 +2819,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2837,15 +2837,15 @@ const statefulNodeAzureDelete: statefulNodeAzure.StatefulNodeAzureDelete = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| diskShouldDeallocate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | -| snapshotTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.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.142.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.142.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. | +| snapshotTtlInHours | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -2857,7 +2857,7 @@ public readonly diskShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -2869,7 +2869,7 @@ public readonly networkShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -2881,7 +2881,7 @@ public readonly publicIpShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -2893,7 +2893,7 @@ public readonly shouldTerminateVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -2905,7 +2905,7 @@ public readonly snapshotShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -2917,7 +2917,7 @@ public readonly diskTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -2929,7 +2929,7 @@ public readonly networkTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -2941,7 +2941,7 @@ public readonly publicIpTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -2953,7 +2953,7 @@ public readonly snapshotTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -2971,10 +2971,10 @@ const statefulNodeAzureDetachDataDisk: statefulNodeAzure.StatefulNodeAzureDetach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -2986,7 +2986,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2998,7 +2998,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3010,7 +3010,7 @@ public readonly shouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3022,7 +3022,7 @@ public readonly ttlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3040,13 +3040,13 @@ const statefulNodeAzureExtension: statefulNodeAzure.StatefulNodeAzureExtension = | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3058,7 +3058,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3070,7 +3070,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3082,7 +3082,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3094,7 +3094,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3106,7 +3106,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3118,7 +3118,7 @@ public readonly protectedSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3130,7 +3130,7 @@ public readonly publicSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3148,10 +3148,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.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3163,7 +3163,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3175,7 +3175,7 @@ public readonly healthCheckTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3187,7 +3187,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3199,7 +3199,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3233,7 +3233,7 @@ public readonly customImage: IResolvable | StatefulNodeAzureImageCustomImage[]; custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3247,7 +3247,7 @@ public readonly gallery: IResolvable | StatefulNodeAzureImageGallery[]; gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3261,7 +3261,7 @@ public readonly marketplaceImage: IResolvable | StatefulNodeAzureImageMarketplac marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3279,8 +3279,8 @@ const statefulNodeAzureImageCustomImage: statefulNodeAzure.StatefulNodeAzureImag | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3292,7 +3292,7 @@ public readonly customImageResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3304,7 +3304,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3322,10 +3322,10 @@ const statefulNodeAzureImageGallery: statefulNodeAzure.StatefulNodeAzureImageGal | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | +| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3337,7 +3337,7 @@ public readonly galleryName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3349,7 +3349,7 @@ public readonly galleryResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3361,7 +3361,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3373,7 +3373,7 @@ public readonly versionName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3391,10 +3391,10 @@ const statefulNodeAzureImageMarketplaceImage: statefulNodeAzure.StatefulNodeAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3406,7 +3406,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3418,7 +3418,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3430,7 +3430,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3442,7 +3442,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3460,10 +3460,10 @@ const statefulNodeAzureImportVm: statefulNodeAzure.StatefulNodeAzureImportVm = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.141.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.142.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3475,7 +3475,7 @@ public readonly originalVmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3487,7 +3487,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3499,7 +3499,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3511,7 +3511,7 @@ public readonly resourcesRetentionTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3529,11 +3529,11 @@ const statefulNodeAzureLoadBalancer: statefulNodeAzure.StatefulNodeAzureLoadBala | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3545,7 +3545,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3557,7 +3557,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3569,7 +3569,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3581,7 +3581,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3593,7 +3593,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3611,9 +3611,9 @@ const statefulNodeAzureLogin: statefulNodeAzure.StatefulNodeAzureLogin = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -3625,7 +3625,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -3637,7 +3637,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -3649,7 +3649,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -3667,8 +3667,8 @@ const statefulNodeAzureManagedServiceIdentities: statefulNodeAzure.StatefulNodeA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -3680,7 +3680,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3692,7 +3692,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3711,8 +3711,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -3726,7 +3726,7 @@ public readonly networkInterface: IResolvable | StatefulNodeAzureNetworkNetworkI network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -3738,7 +3738,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -3750,7 +3750,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -3768,16 +3768,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.141.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.141.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.142.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.142.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.141.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.141.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.142.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -3789,7 +3789,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -3801,7 +3801,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -3815,7 +3815,7 @@ public readonly additionalIpConfigurations: IResolvable | StatefulNodeAzureNetwo additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -3829,7 +3829,7 @@ public readonly applicationSecurityGroups: IResolvable | StatefulNodeAzureNetwor application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -3841,7 +3841,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -3853,7 +3853,7 @@ public readonly enableIpForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -3867,7 +3867,7 @@ public readonly networkSecurityGroup: IResolvable | StatefulNodeAzureNetworkNetw network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -3879,7 +3879,7 @@ public readonly privateIpAddresses: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -3893,7 +3893,7 @@ public readonly publicIps: IResolvable | StatefulNodeAzureNetworkNetworkInterfac public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -3905,7 +3905,7 @@ public readonly publicIpSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -3923,8 +3923,8 @@ const statefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations: statef | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -3936,7 +3936,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3948,7 +3948,7 @@ public readonly privateIpAddressVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -3966,8 +3966,8 @@ const statefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups: statefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -3979,7 +3979,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3991,7 +3991,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4009,8 +4009,8 @@ const statefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup: statefulNode | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4022,7 +4022,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4034,7 +4034,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4052,8 +4052,8 @@ const statefulNodeAzureNetworkNetworkInterfacePublicIps: statefulNodeAzure.State | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4065,7 +4065,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4077,7 +4077,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4095,8 +4095,8 @@ const statefulNodeAzureOsDisk: statefulNodeAzure.StatefulNodeAzureOsDisk = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4108,7 +4108,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4120,7 +4120,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4138,9 +4138,9 @@ const statefulNodeAzureSchedulingTask: statefulNodeAzure.StatefulNodeAzureSchedu | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4152,7 +4152,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4164,7 +4164,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4176,7 +4176,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4209,7 +4209,7 @@ public readonly sourceVault: IResolvable | StatefulNodeAzureSecretSourceVault[]; source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4223,7 +4223,7 @@ public readonly vaultCertificates: IResolvable | StatefulNodeAzureSecretVaultCer vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4241,8 +4241,8 @@ const statefulNodeAzureSecretSourceVault: statefulNodeAzure.StatefulNodeAzureSec | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4254,7 +4254,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4266,7 +4266,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4284,8 +4284,8 @@ const statefulNodeAzureSecretVaultCertificates: statefulNodeAzure.StatefulNodeAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4297,7 +4297,7 @@ public readonly certificateStore: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4309,7 +4309,7 @@ public readonly certificateUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4327,9 +4327,9 @@ const statefulNodeAzureSecurity: statefulNodeAzure.StatefulNodeAzureSecurity = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | +| secureBootEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.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.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4341,7 +4341,7 @@ public readonly secureBootEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4353,7 +4353,7 @@ public readonly securityType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4365,7 +4365,7 @@ public readonly vtpmEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4383,8 +4383,8 @@ const statefulNodeAzureSignal: statefulNodeAzure.StatefulNodeAzureSignal = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4396,7 +4396,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4408,7 +4408,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4426,11 +4426,11 @@ const statefulNodeAzureStrategy: statefulNodeAzure.StatefulNodeAzureStrategy = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | | capacityReservation | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservation[] | capacity_reservation block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4443,7 +4443,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4457,7 +4457,7 @@ public readonly capacityReservation: IResolvable | StatefulNodeAzureStrategyCapa capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -4469,7 +4469,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4481,7 +4481,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -4493,7 +4493,7 @@ public readonly preferredLifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -4507,7 +4507,7 @@ public readonly revertToSpot: StatefulNodeAzureStrategyRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -4525,8 +4525,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.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | capacityReservationGroups | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | capacity_reservation_groups block. | --- @@ -4539,7 +4539,7 @@ public readonly shouldUtilize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -4551,7 +4551,7 @@ public readonly utilizationStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -4565,7 +4565,7 @@ public readonly capacityReservationGroups: IResolvable | StatefulNodeAzureStrate capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -4583,9 +4583,9 @@ const statefulNodeAzureStrategyCapacityReservationCapacityReservationGroups: sta | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.141.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.142.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.142.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -4597,7 +4597,7 @@ public readonly crgName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -4609,7 +4609,7 @@ public readonly crgResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -4621,7 +4621,7 @@ public readonly crgShouldPrioritize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -4639,7 +4639,7 @@ const statefulNodeAzureStrategyRevertToSpot: statefulNodeAzure.StatefulNodeAzure | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -4651,7 +4651,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -4669,8 +4669,8 @@ const statefulNodeAzureTag: statefulNodeAzure.StatefulNodeAzureTag = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.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.142.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.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -4682,7 +4682,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -4694,7 +4694,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -4712,7 +4712,7 @@ const statefulNodeAzureUpdateState: statefulNodeAzure.StatefulNodeAzureUpdateSta | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -4724,7 +4724,7 @@ public readonly state: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/subscription.csharp.md b/docs/subscription.csharp.md index e32d820d9..bfcab33bf 100644 --- a/docs/subscription.csharp.md +++ b/docs/subscription.csharp.md @@ -1,6 +1,6 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). # `subscription` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://reg ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -691,12 +691,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -778,7 +778,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -790,7 +790,7 @@ public string EventType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -802,7 +802,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -814,7 +814,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -826,7 +826,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.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -838,7 +838,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 90412b857..a6de2b8fd 100644 --- a/docs/subscription.go.md +++ b/docs/subscription.go.md @@ -1,6 +1,6 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). # `subscription` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://reg ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription ``` @@ -284,7 +284,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsConstruct(x interface{}) *bool ``` @@ -316,7 +316,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformElement(x interface{}) *bool ``` @@ -330,7 +330,7 @@ subscription.Subscription_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformResource(x interface{}) *bool ``` @@ -661,7 +661,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" &subscription.SubscriptionConfig { Connection: interface{}, @@ -691,12 +691,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v10/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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -778,7 +778,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -790,7 +790,7 @@ EventType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -802,7 +802,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -814,7 +814,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -826,7 +826,7 @@ Format *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -838,7 +838,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 81ed814b7..336323ab2 100644 --- a/docs/subscription.java.md +++ b/docs/subscription.java.md @@ -1,6 +1,6 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). # `subscription` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://reg ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -47,12 +47,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -120,7 +120,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -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.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -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.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -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.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -152,7 +152,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.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -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.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -812,12 +812,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -899,7 +899,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -911,7 +911,7 @@ public java.lang.String getEventType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -923,7 +923,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -935,7 +935,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -947,7 +947,7 @@ public java.util.Map getFormat(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -959,7 +959,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 83608791d..76469aa40 100644 --- a/docs/subscription.python.md +++ b/docs/subscription.python.md @@ -1,6 +1,6 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). # `subscription` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://reg ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -45,12 +45,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -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.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -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.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -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.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -150,7 +150,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.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -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.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -837,12 +837,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -924,7 +924,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -936,7 +936,7 @@ event_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -948,7 +948,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -960,7 +960,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -972,7 +972,7 @@ format: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -984,7 +984,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 6f58fccdb..7e66d59b3 100644 --- a/docs/subscription.typescript.md +++ b/docs/subscription.typescript.md @@ -1,6 +1,6 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). # `subscription` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://reg ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -677,12 +677,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.141.0/docs/resources/subscription#format Subscription#format}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/subscription#format Subscription#format}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#id Subscription#id}. | --- @@ -764,7 +764,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -776,7 +776,7 @@ public readonly eventType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -788,7 +788,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -800,7 +800,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -812,7 +812,7 @@ public readonly format: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#format Subscription#format}. --- @@ -824,7 +824,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 159381fc7..7692a91c5 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "cdktf": { "provider": { "name": "registry.terraform.io/spotinst/spotinst", - "version": "1.141.0" + "version": "1.142.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 new file mode 100644 index 000000000..d3f9c630f --- /dev/null +++ b/src/account-aws/README.md @@ -0,0 +1,3 @@ +# `spotinst_account_aws` + +Refer to the Terraform Registory for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws). diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts new file mode 100644 index 000000000..432d21235 --- /dev/null +++ b/src/account-aws/index.ts @@ -0,0 +1,107 @@ +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface AccountAwsConfig extends cdktf.TerraformMetaArguments { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/account_aws#name AccountAws#name} + */ + readonly name: string; +} + +/** +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/account_aws spotinst_account_aws} +*/ +export class AccountAws extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "spotinst_account_aws"; + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 + * @param options AccountAwsConfig + */ + public constructor(scope: Construct, id: string, config: AccountAwsConfig) { + super(scope, id, { + terraformResourceType: 'spotinst_account_aws', + terraformGeneratorMetadata: { + providerName: 'spotinst', + providerVersion: '1.142.0', + providerVersionConstraint: '~> 1.0' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._id = config.id; + this._name = config.name; + } + + // ========== + // ATTRIBUTES + // ========== + + // id - computed: true, optional: true, required: false + private _id?: string; + public get id() { + return this.getStringAttribute('id'); + } + public set id(value: string) { + this._id = value; + } + public resetId() { + this._id = undefined; + } + // Temporarily expose input value. Use with caution. + public get idInput() { + return this._id; + } + + // name - computed: false, optional: false, required: true + private _name?: string; + public get name() { + return this.getStringAttribute('name'); + } + public set name(value: string) { + this._name = value; + } + // Temporarily expose input value. Use with caution. + public get nameInput() { + return this._name; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + id: cdktf.stringToTerraform(this._id), + name: cdktf.stringToTerraform(this._name), + }; + } +} diff --git a/src/credentials-aws/README.md b/src/credentials-aws/README.md new file mode 100644 index 000000000..ccabe502a --- /dev/null +++ b/src/credentials-aws/README.md @@ -0,0 +1,3 @@ +# `spotinst_credentials_aws` + +Refer to the Terraform Registory for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws). diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts new file mode 100644 index 000000000..7143a8cd4 --- /dev/null +++ b/src/credentials-aws/index.ts @@ -0,0 +1,126 @@ +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface CredentialsAwsConfig extends cdktf.TerraformMetaArguments { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.142.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole} + */ + readonly iamrole: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. + */ + readonly id?: string; +} + +/** +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/credentials_aws spotinst_credentials_aws} +*/ +export class CredentialsAws extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "spotinst_credentials_aws"; + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 + * @param options CredentialsAwsConfig + */ + public constructor(scope: Construct, id: string, config: CredentialsAwsConfig) { + super(scope, id, { + terraformResourceType: 'spotinst_credentials_aws', + terraformGeneratorMetadata: { + providerName: 'spotinst', + providerVersion: '1.142.0', + providerVersionConstraint: '~> 1.0' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._accountId = config.accountId; + this._iamrole = config.iamrole; + this._id = config.id; + } + + // ========== + // ATTRIBUTES + // ========== + + // account_id - computed: false, optional: false, required: true + private _accountId?: string; + public get accountId() { + return this.getStringAttribute('account_id'); + } + public set accountId(value: string) { + this._accountId = value; + } + // Temporarily expose input value. Use with caution. + public get accountIdInput() { + return this._accountId; + } + + // iamrole - computed: false, optional: false, required: true + private _iamrole?: string; + public get iamrole() { + return this.getStringAttribute('iamrole'); + } + public set iamrole(value: string) { + this._iamrole = value; + } + // Temporarily expose input value. Use with caution. + public get iamroleInput() { + return this._iamrole; + } + + // id - computed: true, optional: true, required: false + private _id?: string; + public get id() { + return this.getStringAttribute('id'); + } + public set id(value: string) { + this._id = value; + } + public resetId() { + this._id = undefined; + } + // Temporarily expose input value. Use with caution. + public get idInput() { + return this._id; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + account_id: cdktf.stringToTerraform(this._accountId), + iamrole: cdktf.stringToTerraform(this._iamrole), + id: cdktf.stringToTerraform(this._id), + }; + } +} diff --git a/src/data-integration/README.md b/src/data-integration/README.md index 17b065385..50fd7f340 100644 --- a/src/data-integration/README.md +++ b/src/data-integration/README.md @@ -1,3 +1,3 @@ # `spotinst_data_integration` -Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration). +Refer to the Terraform Registory for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration). diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts index 3eed02c0d..f5e8bdccc 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,34 +8,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.141.0/docs/resources/data_integration#id DataIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#name DataIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#name DataIntegration#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration#status DataIntegration#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#s3 DataIntegration#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/data_integration#subdir DataIntegration#subdir} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration#subdir DataIntegration#subdir} */ readonly subdir?: string; } @@ -125,7 +120,7 @@ export class DataIntegrationS3OutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/data_integration spotinst_data_integration} */ export class DataIntegration extends cdktf.TerraformResource { @@ -139,7 +134,7 @@ export class DataIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/data_integration spotinst_data_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -150,7 +145,7 @@ export class DataIntegration extends cdktf.TerraformResource { terraformResourceType: 'spotinst_data_integration', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-beanstalk/README.md b/src/elastigroup-aws-beanstalk/README.md index c398e1615..ba7801274 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 Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk). diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts index 03d786537..ee08774fa 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,78 +8,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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -204,21 +199,21 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList extends cd } export interface ElastigroupAwsBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} */ readonly strategy?: ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | cdktf.IResolvable; } @@ -352,15 +347,15 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference extends } export interface ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} */ readonly updateLevel?: string; } @@ -473,7 +468,7 @@ export interface ElastigroupAwsBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} */ readonly platformUpdate?: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate; } @@ -538,63 +533,63 @@ export class ElastigroupAwsBeanstalkManagedActionsOutputReference extends cdktf. } export interface ElastigroupAwsBeanstalkScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} */ readonly taskType: string; } @@ -1010,7 +1005,7 @@ export class ElastigroupAwsBeanstalkScheduledTaskList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} */ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { @@ -1024,7 +1019,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -1035,7 +1030,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_beanstalk', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-suspension/README.md b/src/elastigroup-aws-suspension/README.md index 8185d40fc..a8bbdd798 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 Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension). diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts index 83f05823a..e30816392 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +8,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.141.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 +21,13 @@ export interface ElastigroupAwsSuspensionConfig extends cdktf.TerraformMetaArgum /** * suspension block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} */ readonly name: string; } @@ -126,7 +121,7 @@ export class ElastigroupAwsSuspensionSuspensionList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} */ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { @@ -140,7 +135,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -151,7 +146,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_suspension', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws/README.md b/src/elastigroup-aws/README.md index 0fd36389e..573c0fde9 100644 --- a/src/elastigroup-aws/README.md +++ b/src/elastigroup-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws). diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts index ca10cf147..3c87a2576 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,416 +8,416 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} */ readonly orientation: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#product ElastigroupAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#product ElastigroupAws#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#region ElastigroupAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#region ElastigroupAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} */ readonly integrationMesosphere?: ElastigroupAwsIntegrationMesosphere; /** * integration_multai_runtime block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} */ readonly integrationMultaiRuntime?: ElastigroupAwsIntegrationMultaiRuntime; /** * integration_nomad block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} */ readonly itf?: ElastigroupAwsItf[] | cdktf.IResolvable; /** * metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} */ readonly metadataOptions?: ElastigroupAwsMetadataOptions; /** * multai_target_sets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} */ readonly multaiTargetSets?: ElastigroupAwsMultaiTargetSets[] | cdktf.IResolvable; /** * multiple_metrics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core} */ readonly threadsPerCore: number; } @@ -484,39 +479,39 @@ export class ElastigroupAwsCpuOptionsOutputReference extends cdktf.ComplexObject } export interface ElastigroupAwsEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} */ readonly volumeType?: string; } @@ -794,11 +789,11 @@ export class ElastigroupAwsEbsBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsEphemeralBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} */ readonly virtualName: string; } @@ -912,7 +907,7 @@ export class ElastigroupAwsEphemeralBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsImagesImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -1011,7 +1006,7 @@ export interface ElastigroupAwsImages { /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} */ readonly image: ElastigroupAwsImagesImage[] | cdktf.IResolvable; } @@ -1105,11 +1100,11 @@ export class ElastigroupAwsImagesList extends cdktf.ComplexList { } export interface ElastigroupAwsInstanceTypesWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} */ readonly weight: number; } @@ -1223,11 +1218,11 @@ export class ElastigroupAwsInstanceTypesWeightsList extends cdktf.ComplexList { } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -1315,21 +1310,21 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutp } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy; } @@ -1463,15 +1458,15 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputRefere } export interface ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} */ readonly updateLevel?: string; } @@ -1584,7 +1579,7 @@ export interface ElastigroupAwsIntegrationBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} */ readonly platformUpdate?: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate; } @@ -1649,19 +1644,19 @@ export class ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ext } export interface ElastigroupAwsIntegrationBeanstalk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} */ readonly managedActions?: ElastigroupAwsIntegrationBeanstalkManagedActions; } @@ -1772,11 +1767,11 @@ export class ElastigroupAwsIntegrationBeanstalkOutputReference extends cdktf.Com } export interface ElastigroupAwsIntegrationCodedeployDeploymentGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name} */ readonly deploymentGroupName: string; } @@ -1890,17 +1885,17 @@ export class ElastigroupAwsIntegrationCodedeployDeploymentGroupsList extends cdk } export interface ElastigroupAwsIntegrationCodedeploy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} */ readonly deploymentGroups: ElastigroupAwsIntegrationCodedeployDeploymentGroups[] | cdktf.IResolvable; } @@ -2002,11 +1997,11 @@ export class ElastigroupAwsIntegrationCodedeployOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -2094,15 +2089,15 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ex } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -2213,31 +2208,31 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReferenc } export interface ElastigroupAwsIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom; } @@ -2411,11 +2406,11 @@ export class ElastigroupAwsIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleAttributes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -2529,11 +2524,11 @@ export class ElastigroupAwsIntegrationEcsAutoscaleAttributesList extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -2621,15 +2616,15 @@ export class ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference extends cd } export interface ElastigroupAwsIntegrationEcsAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -2740,7 +2735,7 @@ export class ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference extend } export interface ElastigroupAwsIntegrationEcsBatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names} */ readonly jobQueueNames: string[]; } @@ -2802,47 +2797,47 @@ export class ElastigroupAwsIntegrationEcsBatchOutputReference extends cdktf.Comp } export interface ElastigroupAwsIntegrationEcs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} */ readonly batch?: ElastigroupAwsIntegrationEcsBatch; } @@ -3088,7 +3083,7 @@ export class ElastigroupAwsIntegrationEcsOutputReference extends cdktf.ComplexOb } export interface ElastigroupAwsIntegrationGitlabRunner { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; } @@ -3155,7 +3150,7 @@ export interface ElastigroupAwsIntegrationGitlab { /** * runner block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} */ readonly runner?: ElastigroupAwsIntegrationGitlabRunner; } @@ -3220,11 +3215,11 @@ export class ElastigroupAwsIntegrationGitlabOutputReference extends cdktf.Comple } export interface ElastigroupAwsIntegrationKubernetesAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -3312,15 +3307,15 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ext } export interface ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -3431,11 +3426,11 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference } export interface ElastigroupAwsIntegrationKubernetesAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -3549,49 +3544,49 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList extends cdkt } export interface ElastigroupAwsIntegrationKubernetes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#token ElastigroupAws#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupAwsIntegrationKubernetesAutoscaleLabels[] | cdktf.IResolvable; } @@ -3863,7 +3858,7 @@ export class ElastigroupAwsIntegrationKubernetesOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationMesosphere { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} */ readonly apiServer: string; } @@ -3925,7 +3920,7 @@ export class ElastigroupAwsIntegrationMesosphereOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationMultaiRuntime { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id} */ readonly deploymentId: string; } @@ -3987,11 +3982,11 @@ export class ElastigroupAwsIntegrationMultaiRuntimeOutputReference extends cdktf } export interface ElastigroupAwsIntegrationNomadAutoscaleConstraints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -4105,7 +4100,7 @@ export class ElastigroupAwsIntegrationNomadAutoscaleConstraintsList extends cdkt } export interface ElastigroupAwsIntegrationNomadAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -4170,15 +4165,15 @@ export class ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference extends } export interface ElastigroupAwsIntegrationNomadAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -4289,41 +4284,41 @@ export class ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference exte } export interface ElastigroupAwsIntegrationNomad { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationNomadAutoscaleHeadroom; } @@ -4543,19 +4538,19 @@ export class ElastigroupAwsIntegrationNomadOutputReference extends cdktf.Complex } export interface ElastigroupAwsIntegrationRancher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#version ElastigroupAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#version ElastigroupAws#version} */ readonly version?: string; } @@ -4680,15 +4675,15 @@ export class ElastigroupAwsIntegrationRancherOutputReference extends cdktf.Compl } export interface ElastigroupAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -4828,21 +4823,21 @@ export class ElastigroupAwsIntegrationRoute53DomainsRecordSetsList extends cdktf } export interface ElastigroupAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} */ readonly recordSets: ElastigroupAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -5004,7 +4999,7 @@ export interface ElastigroupAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} */ readonly domains: ElastigroupAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -5066,11 +5061,11 @@ export class ElastigroupAwsIntegrationRoute53OutputReference extends cdktf.Compl } export interface ElastigroupAwsItfDefaultStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -5152,11 +5147,11 @@ export class ElastigroupAwsItfDefaultStaticTargetGroupOutputReference extends cd } export interface ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -5238,13 +5233,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputRef } export interface ElastigroupAwsItfLoadBalancerListenerRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} */ readonly staticTargetGroup?: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup; } @@ -5361,13 +5356,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleList extends cdktf.Complex } export interface ElastigroupAwsItfLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} */ readonly listenerRule: ElastigroupAwsItfLoadBalancerListenerRule[] | cdktf.IResolvable; } @@ -5481,11 +5476,11 @@ export class ElastigroupAwsItfLoadBalancerList extends cdktf.ComplexList { } export interface ElastigroupAwsItfTargetGroupConfigMatcher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} */ readonly httpCode?: string; } @@ -5605,11 +5600,11 @@ export class ElastigroupAwsItfTargetGroupConfigMatcherList extends cdktf.Complex } export interface ElastigroupAwsItfTargetGroupConfigTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} */ readonly tagValue?: string; } @@ -5726,59 +5721,59 @@ export class ElastigroupAwsItfTargetGroupConfigTagsList extends cdktf.ComplexLis } export interface ElastigroupAwsItfTargetGroupConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#port ElastigroupAws#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#port ElastigroupAws#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} */ readonly tags?: ElastigroupAwsItfTargetGroupConfigTags[] | cdktf.IResolvable; } @@ -6139,33 +6134,33 @@ export class ElastigroupAwsItfTargetGroupConfigList extends cdktf.ComplexList { } export interface ElastigroupAwsItf { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} */ readonly targetGroupConfig: ElastigroupAwsItfTargetGroupConfig[] | cdktf.IResolvable; } @@ -6365,15 +6360,15 @@ export class ElastigroupAwsItfList extends cdktf.ComplexList { } export interface ElastigroupAwsMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags} */ readonly instanceMetadataTags?: string; } @@ -6481,11 +6476,11 @@ export class ElastigroupAwsMetadataOptionsOutputReference extends cdktf.ComplexO } export interface ElastigroupAwsMultaiTargetSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id} */ readonly balancerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id} */ readonly targetSetId: string; } @@ -6599,11 +6594,11 @@ export class ElastigroupAwsMultaiTargetSetsList extends cdktf.ComplexList { } export interface ElastigroupAwsMultipleMetricsExpressions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} */ readonly expression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; } @@ -6717,11 +6712,11 @@ export class ElastigroupAwsMultipleMetricsExpressionsList extends cdktf.ComplexL } export interface ElastigroupAwsMultipleMetricsMetricsDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -6838,33 +6833,33 @@ export class ElastigroupAwsMultipleMetricsMetricsDimensionsList extends cdktf.Co } export interface ElastigroupAwsMultipleMetricsMetrics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsMultipleMetricsMetricsDimensions[] | cdktf.IResolvable; } @@ -7092,13 +7087,13 @@ export interface ElastigroupAwsMultipleMetrics { /** * expressions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} */ readonly metrics?: ElastigroupAwsMultipleMetricsMetrics[] | cdktf.IResolvable; } @@ -7186,35 +7181,35 @@ export class ElastigroupAwsMultipleMetricsOutputReference extends cdktf.ComplexO } export interface ElastigroupAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count} */ readonly secondaryPrivateIpAddressCount?: string; } @@ -7469,39 +7464,39 @@ export class ElastigroupAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceRequirements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum} */ readonly requiredVcpuMinimum: number; } @@ -7770,19 +7765,19 @@ export class ElastigroupAwsResourceRequirementsList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -7948,11 +7943,11 @@ export class ElastigroupAwsResourceTagSpecificationList extends cdktf.ComplexLis } export interface ElastigroupAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} */ readonly timeWindows?: string[]; } @@ -8037,11 +8032,11 @@ export class ElastigroupAwsRevertToSpotOutputReference extends cdktf.ComplexObje } export interface ElastigroupAwsScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -8158,31 +8153,31 @@ export class ElastigroupAwsScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -8382,13 +8377,13 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference } export interface ElastigroupAwsScalingDownPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; } @@ -8502,91 +8497,91 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsList extends cdktf.Co } export interface ElastigroupAwsScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingDownPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -9134,11 +9129,11 @@ export class ElastigroupAwsScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} */ readonly terminationPolicy?: string; } @@ -9258,11 +9253,11 @@ export class ElastigroupAwsScalingStrategyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingTargetPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -9379,57 +9374,57 @@ export class ElastigroupAwsScalingTargetPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAwsScalingTargetPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsScalingTargetPolicyDimensions[] | cdktf.IResolvable; } @@ -9790,11 +9785,11 @@ export class ElastigroupAwsScalingTargetPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -9911,31 +9906,31 @@ export class ElastigroupAwsScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -10135,13 +10130,13 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference e } export interface ElastigroupAwsScalingUpPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; } @@ -10255,91 +10250,91 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsList extends cdktf.Comp } export interface ElastigroupAwsScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingUpPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -10887,63 +10882,63 @@ export class ElastigroupAwsScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} */ readonly taskType: string; } @@ -11359,11 +11354,11 @@ export class ElastigroupAwsScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupAwsSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} */ readonly timeout?: number; } @@ -11480,19 +11475,19 @@ export class ElastigroupAwsSignalList extends cdktf.ComplexList { } export interface ElastigroupAwsStatefulDeallocation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes} */ readonly shouldDeleteVolumes?: boolean | cdktf.IResolvable; } @@ -11626,11 +11621,11 @@ export class ElastigroupAwsStatefulDeallocationOutputReference extends cdktf.Com } export interface ElastigroupAwsStatefulInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -11744,11 +11739,11 @@ export class ElastigroupAwsStatefulInstanceActionList extends cdktf.ComplexList } export interface ElastigroupAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -11868,23 +11863,23 @@ export class ElastigroupAwsTagsList extends cdktf.ComplexList { } export interface ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches} */ readonly shouldHandleAllBatches?: boolean | cdktf.IResolvable; } @@ -12038,21 +12033,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReferenc } export interface ElastigroupAwsUpdatePolicyRollConfigStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} */ readonly onFailure?: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure; } @@ -12183,29 +12178,29 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference extends } export interface ElastigroupAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsUpdatePolicyRollConfigStrategy; } @@ -12382,21 +12377,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface ElastigroupAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} */ readonly rollConfig?: ElastigroupAwsUpdatePolicyRollConfig; } @@ -12524,7 +12519,7 @@ export class ElastigroupAwsUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} */ export class ElastigroupAws extends cdktf.TerraformResource { @@ -12538,7 +12533,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -12549,7 +12544,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-azure-v3/README.md b/src/elastigroup-azure-v3/README.md index 7aa27bb6d..0c23bb31c 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 Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3). diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts index dd32c5a85..cf82b825b 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,106 +8,106 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAzureV3Config extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes} */ readonly spotSizes: string[]; /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} */ readonly image?: ElastigroupAzureV3Image[] | cdktf.IResolvable; /** * login block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} */ readonly network: ElastigroupAzureV3Network; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} */ readonly tags?: ElastigroupAzureV3Tags[] | cdktf.IResolvable; } export interface ElastigroupAzureV3ImageCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -226,19 +221,19 @@ export class ElastigroupAzureV3ImageCustomList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} */ readonly version: string; } @@ -394,13 +389,13 @@ export interface ElastigroupAzureV3Image { /** * custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} */ readonly custom?: ElastigroupAzureV3ImageCustom[] | cdktf.IResolvable; /** * marketplace block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} */ readonly marketplace?: ElastigroupAzureV3ImageMarketplace[] | cdktf.IResolvable; } @@ -520,15 +515,15 @@ export class ElastigroupAzureV3ImageList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Login { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} */ readonly userName: string; } @@ -636,11 +631,11 @@ export class ElastigroupAzureV3LoginOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureV3ManagedServiceIdentity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -754,11 +749,11 @@ export class ElastigroupAzureV3ManagedServiceIdentityList extends cdktf.ComplexL } export interface ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version} */ readonly privateIpVersion?: string; } @@ -875,11 +870,11 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList e } export interface ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -993,27 +988,27 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupL } export interface ElastigroupAzureV3NetworkNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} */ readonly applicationSecurityGroup?: ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup[] | cdktf.IResolvable; } @@ -1193,17 +1188,17 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesList extends cdktf.Comple } export interface ElastigroupAzureV3Network { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} */ readonly networkInterfaces: ElastigroupAzureV3NetworkNetworkInterfaces[] | cdktf.IResolvable; } @@ -1305,11 +1300,11 @@ export class ElastigroupAzureV3NetworkOutputReference extends cdktf.ComplexObjec } export interface ElastigroupAzureV3Tags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} */ readonly value: string; } @@ -1423,7 +1418,7 @@ export class ElastigroupAzureV3TagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} */ export class ElastigroupAzureV3 extends cdktf.TerraformResource { @@ -1437,7 +1432,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -1448,7 +1443,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_azure_v3', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-azure/README.md b/src/elastigroup-azure/README.md index 745583a6c..93160f5f7 100644 --- a/src/elastigroup-azure/README.md +++ b/src/elastigroup-azure/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure). diff --git a/src/elastigroup-azure/index.ts b/src/elastigroup-azure/index.ts index e77d797d9..b14de8782 100644 --- a/src/elastigroup-azure/index.ts +++ b/src/elastigroup-azure/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,150 +8,150 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAzureConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data} */ readonly customData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity} */ readonly desiredCapacity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#id ElastigroupAzure#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes} */ readonly lowPrioritySizes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size} */ readonly maxSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size} */ readonly minSize?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes} */ readonly odSizes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script} */ readonly shutdownScript?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data} */ readonly userData?: string; /** * health_check block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} */ readonly healthCheck?: ElastigroupAzureHealthCheck; /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} */ readonly image?: ElastigroupAzureImage[] | cdktf.IResolvable; /** * integration_kubernetes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} */ readonly integrationKubernetes?: ElastigroupAzureIntegrationKubernetes; /** * integration_multai_runtime block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} */ readonly integrationMultaiRuntime?: ElastigroupAzureIntegrationMultaiRuntime; /** * load_balancers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} */ readonly loadBalancers?: ElastigroupAzureLoadBalancers[] | cdktf.IResolvable; /** * login block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} */ readonly login?: ElastigroupAzureLogin; /** * managed_service_identities block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} */ readonly managedServiceIdentities?: ElastigroupAzureManagedServiceIdentities[] | cdktf.IResolvable; /** * network block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} */ readonly network: ElastigroupAzureNetwork; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} */ readonly scalingDownPolicy?: ElastigroupAzureScalingDownPolicy[] | cdktf.IResolvable; /** * scaling_up_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} */ readonly scalingUpPolicy?: ElastigroupAzureScalingUpPolicy[] | cdktf.IResolvable; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} */ readonly scheduledTask?: ElastigroupAzureScheduledTask[] | cdktf.IResolvable; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} */ readonly strategy: ElastigroupAzureStrategy; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} */ readonly updatePolicy?: ElastigroupAzureUpdatePolicy; } export interface ElastigroupAzureHealthCheck { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing} */ readonly autoHealing?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} */ readonly healthCheckType: string; } @@ -264,11 +259,11 @@ export class ElastigroupAzureHealthCheckOutputReference extends cdktf.ComplexObj } export interface ElastigroupAzureImageCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name} */ readonly imageName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -382,15 +377,15 @@ export class ElastigroupAzureImageCustomList extends cdktf.ComplexList { } export interface ElastigroupAzureImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer} */ readonly offer: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku} */ readonly sku: string; } @@ -526,13 +521,13 @@ export interface ElastigroupAzureImage { /** * custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} */ readonly custom?: ElastigroupAzureImageCustom[] | cdktf.IResolvable; /** * marketplace block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} */ readonly marketplace?: ElastigroupAzureImageMarketplace[] | cdktf.IResolvable; } @@ -652,7 +647,7 @@ export class ElastigroupAzureImageList extends cdktf.ComplexList { } export interface ElastigroupAzureIntegrationKubernetes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier} */ readonly clusterIdentifier: string; } @@ -714,7 +709,7 @@ export class ElastigroupAzureIntegrationKubernetesOutputReference extends cdktf. } export interface ElastigroupAzureIntegrationMultaiRuntime { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id} */ readonly deploymentId: string; } @@ -776,19 +771,19 @@ export class ElastigroupAzureIntegrationMultaiRuntimeOutputReference extends cdk } export interface ElastigroupAzureLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight} */ readonly autoWeight?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id} */ readonly balancerId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id} */ readonly targetSetId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type} */ readonly type: string; } @@ -951,15 +946,15 @@ export class ElastigroupAzureLoadBalancersList extends cdktf.ComplexList { } export interface ElastigroupAzureLogin { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key} */ readonly sshPublicKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name} */ readonly userName: string; } @@ -1067,11 +1062,11 @@ export class ElastigroupAzureLoginOutputReference extends cdktf.ComplexObject { } export interface ElastigroupAzureManagedServiceIdentities { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -1185,11 +1180,11 @@ export class ElastigroupAzureManagedServiceIdentitiesList extends cdktf.ComplexL } export interface ElastigroupAzureNetworkAdditionalIpConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version} */ readonly privateIpVersion?: string; } @@ -1306,25 +1301,25 @@ export class ElastigroupAzureNetworkAdditionalIpConfigsList extends cdktf.Comple } export interface ElastigroupAzureNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip} */ readonly assignPublicIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name} */ readonly subnetName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name} */ readonly virtualNetworkName: string; /** * additional_ip_configs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} */ readonly additionalIpConfigs?: ElastigroupAzureNetworkAdditionalIpConfigs[] | cdktf.IResolvable; } @@ -1472,11 +1467,11 @@ export class ElastigroupAzureNetworkOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} */ readonly value?: string; } @@ -1593,77 +1588,77 @@ export class ElastigroupAzureScalingDownPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAzureScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} */ readonly dimensions?: ElastigroupAzureScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -2139,11 +2134,11 @@ export class ElastigroupAzureScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} */ readonly value?: string; } @@ -2260,77 +2255,77 @@ export class ElastigroupAzureScalingUpPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupAzureScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} */ readonly actionType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} */ readonly evaluationPeriods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} */ readonly maxTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} */ readonly metricName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} */ readonly minTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} */ readonly policyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} */ readonly unit?: string; /** * dimensions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} */ readonly dimensions?: ElastigroupAzureScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -2806,43 +2801,43 @@ export class ElastigroupAzureScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage} */ readonly adjustmentPercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} */ readonly batchSizePercentage?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression} */ readonly cronExpression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} */ readonly gracePeriod?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity} */ readonly scaleMaxCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity} */ readonly scaleMinCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity} */ readonly scaleTargetCapacity?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type} */ readonly taskType: string; } @@ -3140,15 +3135,15 @@ export class ElastigroupAzureScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupAzureStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout} */ readonly drainingTimeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage} */ readonly lowPriorityPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count} */ readonly odCount?: number; } @@ -3259,15 +3254,15 @@ export class ElastigroupAzureStrategyOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} */ readonly batchSizePercentage: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} */ readonly gracePeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} */ readonly healthCheckType?: string; } @@ -3375,13 +3370,13 @@ export class ElastigroupAzureUpdatePolicyRollConfigOutputReference extends cdktf } export interface ElastigroupAzureUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} */ readonly rollConfig?: ElastigroupAzureUpdatePolicyRollConfig; } @@ -3466,7 +3461,7 @@ export class ElastigroupAzureUpdatePolicyOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure} */ export class ElastigroupAzure extends cdktf.TerraformResource { @@ -3480,7 +3475,7 @@ export class ElastigroupAzure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_azure spotinst_elastigroup_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 @@ -3491,7 +3486,7 @@ export class ElastigroupAzure extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_azure', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gcp/README.md b/src/elastigroup-gcp/README.md index 88253f0bb..7f25243e8 100644 --- a/src/elastigroup-gcp/README.md +++ b/src/elastigroup-gcp/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp). diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts index af563cf79..81dd0d1b8 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,190 +8,190 @@ import * as cdktf from 'cdktf'; export interface ElastigroupGcpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} */ readonly tags?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} */ readonly networkInterface?: ElastigroupGcpNetworkInterface[] | cdktf.IResolvable; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} */ readonly ports: string[]; } @@ -310,21 +305,21 @@ export class ElastigroupGcpBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGcpBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} */ readonly namedPorts?: ElastigroupGcpBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -487,15 +482,15 @@ export class ElastigroupGcpBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGcpDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} */ readonly sourceImage: string; } @@ -635,37 +630,37 @@ export class ElastigroupGcpDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGcpDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} */ readonly initializeParams?: ElastigroupGcpDiskInitializeParams[] | cdktf.IResolvable; } @@ -923,11 +918,11 @@ export class ElastigroupGcpDiskList extends cdktf.ComplexList { } export interface ElastigroupGcpGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type: string; } @@ -1041,11 +1036,11 @@ export class ElastigroupGcpGpuList extends cdktf.ComplexList { } export interface ElastigroupGcpInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} */ readonly vcpu: number; } @@ -1159,11 +1154,11 @@ export class ElastigroupGcpInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGcpIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} */ readonly masterPort: number; } @@ -1245,7 +1240,7 @@ export class ElastigroupGcpIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGcpIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1310,15 +1305,15 @@ export class ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGcpIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units} */ readonly numOfUnits?: number; } @@ -1429,11 +1424,11 @@ export class ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGcpIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -1547,45 +1542,45 @@ export class ElastigroupGcpIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGcpIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGcpIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -1834,11 +1829,11 @@ export class ElastigroupGcpIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGcpLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -1952,11 +1947,11 @@ export class ElastigroupGcpLabelsList extends cdktf.ComplexList { } export interface ElastigroupGcpMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -2070,11 +2065,11 @@ export class ElastigroupGcpMetadataList extends cdktf.ComplexList { } export interface ElastigroupGcpNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type?: string; } @@ -2194,11 +2189,11 @@ export class ElastigroupGcpNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2312,19 +2307,19 @@ export class ElastigroupGcpNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGcpNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2464,11 +2459,11 @@ export class ElastigroupGcpNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -2585,61 +2580,61 @@ export class ElastigroupGcpScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGcpScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -3020,11 +3015,11 @@ export class ElastigroupGcpScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -3141,61 +3136,61 @@ export class ElastigroupGcpScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGcpScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -3576,27 +3571,27 @@ export class ElastigroupGcpScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} */ readonly taskType: string; } @@ -3805,11 +3800,11 @@ export class ElastigroupGcpScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupGcpSubnets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} */ readonly subnetNames: string[]; } @@ -3923,7 +3918,7 @@ export class ElastigroupGcpSubnetsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} */ export class ElastigroupGcp extends cdktf.TerraformResource { @@ -3937,7 +3932,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -3948,7 +3943,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gcp', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gke/README.md b/src/elastigroup-gke/README.md index 4525651e4..22a93e693 100644 --- a/src/elastigroup-gke/README.md +++ b/src/elastigroup-gke/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke). +Refer to the Terraform Registory for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke). diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts index fd5e68604..0c817e3b2 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,166 +8,166 @@ import * as cdktf from 'cdktf'; export interface ElastigroupGkeConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#id ElastigroupGke#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} */ readonly networkInterface?: ElastigroupGkeNetworkInterface[] | cdktf.IResolvable; /** * scaling_down_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} */ readonly ports: string[]; } @@ -286,21 +281,21 @@ export class ElastigroupGkeBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGkeBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} */ readonly namedPorts?: ElastigroupGkeBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -463,15 +458,15 @@ export class ElastigroupGkeBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGkeDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} */ readonly sourceImage: string; } @@ -611,37 +606,37 @@ export class ElastigroupGkeDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGkeDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} */ readonly initializeParams?: ElastigroupGkeDiskInitializeParams[] | cdktf.IResolvable; } @@ -899,11 +894,11 @@ export class ElastigroupGkeDiskList extends cdktf.ComplexList { } export interface ElastigroupGkeGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#count ElastigroupGke#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#count ElastigroupGke#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type: string; } @@ -1017,11 +1012,11 @@ export class ElastigroupGkeGpuList extends cdktf.ComplexList { } export interface ElastigroupGkeInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} */ readonly vcpu: number; } @@ -1135,11 +1130,11 @@ export class ElastigroupGkeInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGkeIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} */ readonly masterPort: number; } @@ -1221,7 +1216,7 @@ export class ElastigroupGkeIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGkeIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1286,15 +1281,15 @@ export class ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGkeIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units} */ readonly numOfUnits?: number; } @@ -1405,11 +1400,11 @@ export class ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGkeIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -1523,45 +1518,45 @@ export class ElastigroupGkeIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGkeIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#location ElastigroupGke#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGkeIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -1810,11 +1805,11 @@ export class ElastigroupGkeIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGkeLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -1928,11 +1923,11 @@ export class ElastigroupGkeLabelsList extends cdktf.ComplexList { } export interface ElastigroupGkeMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -2046,11 +2041,11 @@ export class ElastigroupGkeMetadataList extends cdktf.ComplexList { } export interface ElastigroupGkeNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type?: string; } @@ -2170,11 +2165,11 @@ export class ElastigroupGkeNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2288,19 +2283,19 @@ export class ElastigroupGkeNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#network ElastigroupGke#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGkeNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2440,11 +2435,11 @@ export class ElastigroupGkeNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -2561,61 +2556,61 @@ export class ElastigroupGkeScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGkeScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -2996,11 +2991,11 @@ export class ElastigroupGkeScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -3117,61 +3112,61 @@ export class ElastigroupGkeScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGkeScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -3552,7 +3547,7 @@ export class ElastigroupGkeScalingUpPolicyList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} */ export class ElastigroupGke extends cdktf.TerraformResource { @@ -3566,7 +3561,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -3577,7 +3572,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gke', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/health-check/README.md b/src/health-check/README.md index 41ef49011..a856127db 100644 --- a/src/health-check/README.md +++ b/src/health-check/README.md @@ -1,3 +1,3 @@ # `spotinst_health_check` -Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check). +Refer to the Terraform Registory for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check). diff --git a/src/health-check/index.ts b/src/health-check/index.ts index 9329ba416..653cce06a 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,70 +8,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.141.0/docs/resources/health_check#id HealthCheck#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#name HealthCheck#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#name HealthCheck#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#resource_id HealthCheck#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#check HealthCheck#check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#end_point HealthCheck#end_point} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#endpoint HealthCheck#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#endpoint HealthCheck#endpoint} */ readonly endpoint?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#healthy HealthCheck#healthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#healthy HealthCheck#healthy} */ readonly healthy: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#interval HealthCheck#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#interval HealthCheck#interval} */ readonly interval: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#port HealthCheck#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#port HealthCheck#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#protocol HealthCheck#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#protocol HealthCheck#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#time_out HealthCheck#time_out} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/health_check#timeout HealthCheck#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#timeout HealthCheck#timeout} */ readonly timeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy} */ readonly unhealthy: number; } @@ -310,7 +305,7 @@ export class HealthCheckCheckOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/health_check spotinst_health_check} */ export class HealthCheck extends cdktf.TerraformResource { @@ -324,7 +319,7 @@ export class HealthCheck extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/health_check spotinst_health_check} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -335,7 +330,7 @@ export class HealthCheck extends cdktf.TerraformResource { terraformResourceType: 'spotinst_health_check', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/index.ts b/src/index.ts index 428c6b07a..a6166dad0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,9 +1,6 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get +export * as accountAws from './account-aws'; +export * as credentialsAws from './credentials-aws'; export * as dataIntegration from './data-integration'; export * as elastigroupAws from './elastigroup-aws'; export * as elastigroupAwsBeanstalk from './elastigroup-aws-beanstalk'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 222b1ba5f..159685afb 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,9 +1,6 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get +Object.defineProperty(exports, 'accountAws', { get: function () { return require('./account-aws'); } }); +Object.defineProperty(exports, 'credentialsAws', { get: function () { return require('./credentials-aws'); } }); Object.defineProperty(exports, 'dataIntegration', { get: function () { return require('./data-integration'); } }); Object.defineProperty(exports, 'elastigroupAws', { get: function () { return require('./elastigroup-aws'); } }); Object.defineProperty(exports, 'elastigroupAwsBeanstalk', { get: function () { return require('./elastigroup-aws-beanstalk'); } }); diff --git a/src/managed-instance-aws/README.md b/src/managed-instance-aws/README.md index aaf296f05..bc1e62d95 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 Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws). +Refer to the Terraform Registory for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws). diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts index 478400b30..1b85197c9 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,232 +8,232 @@ import * as cdktf from 'cdktf'; export interface ManagedInstanceAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#fall_back_to_od ManagedInstanceAws#fall_back_to_od} */ readonly fallBackToOd?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#id ManagedInstanceAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} */ readonly managedInstanceAction?: ManagedInstanceAwsManagedInstanceAction; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} */ readonly volumeType?: string; } @@ -395,13 +390,13 @@ export class ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference extends cdk } export interface ManagedInstanceAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} */ readonly ebs?: ManagedInstanceAwsBlockDeviceMappingsEbs; } @@ -518,27 +513,27 @@ export class ManagedInstanceAwsBlockDeviceMappingsList extends cdktf.ComplexList } export interface ManagedInstanceAwsDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance} */ readonly shouldTerminateInstance?: boolean | cdktf.IResolvable; } @@ -750,15 +745,15 @@ export class ManagedInstanceAwsDeleteList extends cdktf.ComplexList { } export interface ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -898,21 +893,21 @@ export class ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList extends c } export interface ManagedInstanceAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} */ readonly recordSets: ManagedInstanceAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -1074,7 +1069,7 @@ export interface ManagedInstanceAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} */ readonly domains: ManagedInstanceAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -1136,31 +1131,31 @@ export class ManagedInstanceAwsIntegrationRoute53OutputReference extends cdktf.C } export interface ManagedInstanceAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight} */ readonly autoWeight?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness} */ readonly azAwareness?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id} */ readonly balancerId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#target_set_id ManagedInstanceAws#target_set_id} */ readonly targetSetId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1392,7 +1387,7 @@ export class ManagedInstanceAwsLoadBalancersList extends cdktf.ComplexList { } export interface ManagedInstanceAwsManagedInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1454,15 +1449,15 @@ export class ManagedInstanceAwsManagedInstanceActionOutputReference extends cdkt } export interface ManagedInstanceAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} */ readonly deviceIndex: string; } @@ -1602,19 +1597,19 @@ export class ManagedInstanceAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ManagedInstanceAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -1780,7 +1775,7 @@ export class ManagedInstanceAwsResourceTagSpecificationList extends cdktf.Comple } export interface ManagedInstanceAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} */ readonly performAt: string; } @@ -1842,23 +1837,23 @@ export class ManagedInstanceAwsRevertToSpotOutputReference extends cdktf.Complex } export interface ManagedInstanceAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} */ readonly taskType: string; } @@ -2044,11 +2039,11 @@ export class ManagedInstanceAwsScheduledTaskList extends cdktf.ComplexList { } export interface ManagedInstanceAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} */ readonly value?: string; } @@ -2168,7 +2163,7 @@ export class ManagedInstanceAwsTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} */ export class ManagedInstanceAws extends cdktf.TerraformResource { @@ -2182,7 +2177,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -2193,7 +2188,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_managed_instance_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/mrscaler-aws/README.md b/src/mrscaler-aws/README.md index da1dd0617..5fcfe47ce 100644 --- a/src/mrscaler-aws/README.md +++ b/src/mrscaler-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws). +Refer to the Terraform Registory for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws). diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts index f21a1c8df..ccbec90f5 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,296 +8,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.141.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#description MrscalerAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#description MrscalerAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#id MrscalerAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#region MrscalerAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#region MrscalerAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries} */ readonly retries?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} */ readonly strategy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#args MrscalerAws#args} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#args MrscalerAws#args} */ readonly args?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#version MrscalerAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#version MrscalerAws#version} */ readonly version?: string; } @@ -442,11 +437,11 @@ export class MrscalerAwsApplicationsList extends cdktf.ComplexList { } export interface MrscalerAwsBootstrapActionsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -560,11 +555,11 @@ export class MrscalerAwsBootstrapActionsFileList extends cdktf.ComplexList { } export interface MrscalerAwsConfigurationsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -678,19 +673,19 @@ export class MrscalerAwsConfigurationsFileList extends cdktf.ComplexList { } export interface MrscalerAwsCoreEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -850,75 +845,75 @@ export class MrscalerAwsCoreEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -1391,75 +1386,75 @@ export class MrscalerAwsCoreScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -1932,11 +1927,11 @@ export class MrscalerAwsCoreScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsInstanceWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} */ readonly weightedCapacity: number; } @@ -2050,19 +2045,19 @@ export class MrscalerAwsInstanceWeightsList extends cdktf.ComplexList { } export interface MrscalerAwsMasterEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -2222,11 +2217,11 @@ export class MrscalerAwsMasterEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsProvisioningTimeout { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} */ readonly timeoutAction: string; } @@ -2308,31 +2303,31 @@ export class MrscalerAwsProvisioningTimeoutOutputReference extends cdktf.Complex } export interface MrscalerAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron} */ readonly cron: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} */ readonly taskType: string; } @@ -2558,11 +2553,11 @@ export class MrscalerAwsScheduledTaskList extends cdktf.ComplexList { } export interface MrscalerAwsStepsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -2676,11 +2671,11 @@ export class MrscalerAwsStepsFileList extends cdktf.ComplexList { } export interface MrscalerAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#value MrscalerAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#value MrscalerAws#value} */ readonly value: string; } @@ -2794,19 +2789,19 @@ export class MrscalerAwsTagsList extends cdktf.ComplexList { } export interface MrscalerAwsTaskEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -2966,75 +2961,75 @@ export class MrscalerAwsTaskEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -3507,75 +3502,75 @@ export class MrscalerAwsTaskScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -4048,35 +4043,35 @@ export class MrscalerAwsTaskScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTerminationPoliciesStatements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit?: string; } @@ -4327,7 +4322,7 @@ export interface MrscalerAwsTerminationPolicies { /** * statements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} */ readonly statements: MrscalerAwsTerminationPoliciesStatements[] | cdktf.IResolvable; } @@ -4421,7 +4416,7 @@ export class MrscalerAwsTerminationPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} */ export class MrscalerAws extends cdktf.TerraformResource { @@ -4435,7 +4430,7 @@ export class MrscalerAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -4446,7 +4441,7 @@ export class MrscalerAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_mrscaler_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-balancer/README.md b/src/multai-balancer/README.md index 30b6a0291..d903ff2c3 100644 --- a/src/multai-balancer/README.md +++ b/src/multai-balancer/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_balancer` -Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer). +Refer to the Terraform Registory for docs: [`spotinst_multai_balancer`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer). diff --git a/src/multai-balancer/index.ts b/src/multai-balancer/index.ts index f2740b435..ee3b6a6c1 100644 --- a/src/multai-balancer/index.ts +++ b/src/multai-balancer/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,44 +8,44 @@ import * as cdktf from 'cdktf'; export interface MultaiBalancerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#dns_cname_aliases MultaiBalancer#dns_cname_aliases} */ readonly dnsCnameAliases?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#id MultaiBalancer#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#id MultaiBalancer#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_balancer#name MultaiBalancer#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#name MultaiBalancer#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#scheme MultaiBalancer#scheme} */ readonly scheme?: string; /** * connection_timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#connection_timeouts MultaiBalancer#connection_timeouts} */ readonly connectionTimeouts?: MultaiBalancerConnectionTimeouts; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#tags MultaiBalancer#tags} */ readonly tags?: MultaiBalancerTags[] | cdktf.IResolvable; } export interface MultaiBalancerConnectionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#draining MultaiBalancer#draining} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#draining MultaiBalancer#draining} */ readonly draining?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#idle MultaiBalancer#idle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#idle MultaiBalancer#idle} */ readonly idle?: number; } @@ -138,11 +133,11 @@ export class MultaiBalancerConnectionTimeoutsOutputReference extends cdktf.Compl } export interface MultaiBalancerTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#key MultaiBalancer#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#key MultaiBalancer#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer#value MultaiBalancer#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer#value MultaiBalancer#value} */ readonly value: string; } @@ -256,7 +251,7 @@ export class MultaiBalancerTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer} */ export class MultaiBalancer extends cdktf.TerraformResource { @@ -270,7 +265,7 @@ export class MultaiBalancer extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_balancer spotinst_multai_balancer} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_balancer spotinst_multai_balancer} 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 @@ -281,7 +276,7 @@ export class MultaiBalancer extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_balancer', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-deployment/README.md b/src/multai-deployment/README.md index 0c4876f78..9a9ae2d9f 100644 --- a/src/multai-deployment/README.md +++ b/src/multai-deployment/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_deployment` -Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment). +Refer to the Terraform Registory for docs: [`spotinst_multai_deployment`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment). diff --git a/src/multai-deployment/index.ts b/src/multai-deployment/index.ts index a7d7cb5d3..760ebdee5 100644 --- a/src/multai-deployment/index.ts +++ b/src/multai-deployment/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +8,20 @@ import * as cdktf from 'cdktf'; export interface MultaiDeploymentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment#id MultaiDeployment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#id MultaiDeployment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_deployment#name MultaiDeployment#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment#name MultaiDeployment#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment} */ export class MultaiDeployment extends cdktf.TerraformResource { @@ -40,7 +35,7 @@ export class MultaiDeployment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_deployment spotinst_multai_deployment} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_deployment spotinst_multai_deployment} 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 @@ -51,7 +46,7 @@ export class MultaiDeployment extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_deployment', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-listener/README.md b/src/multai-listener/README.md index 9d291baf4..0387053f0 100644 --- a/src/multai-listener/README.md +++ b/src/multai-listener/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_listener` -Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener). +Refer to the Terraform Registory for docs: [`spotinst_multai_listener`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener). diff --git a/src/multai-listener/index.ts b/src/multai-listener/index.ts index b030f0e97..9afdb0778 100644 --- a/src/multai-listener/index.ts +++ b/src/multai-listener/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,44 +8,44 @@ import * as cdktf from 'cdktf'; export interface MultaiListenerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#balancer_id MultaiListener#balancer_id} */ readonly balancerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#id MultaiListener#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#id MultaiListener#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_listener#port MultaiListener#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#port MultaiListener#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#protocol MultaiListener#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#protocol MultaiListener#protocol} */ readonly protocol: string; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tags MultaiListener#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tags MultaiListener#tags} */ readonly tags?: MultaiListenerTags[] | cdktf.IResolvable; /** * tls_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#tls_config MultaiListener#tls_config} */ readonly tlsConfig?: MultaiListenerTlsConfig; } export interface MultaiListenerTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#key MultaiListener#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#key MultaiListener#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#value MultaiListener#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#value MultaiListener#value} */ readonly value: string; } @@ -164,27 +159,27 @@ export class MultaiListenerTagsList extends cdktf.ComplexList { } export interface MultaiListenerTlsConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#certificate_ids MultaiListener#certificate_ids} */ readonly certificateIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#cipher_suites MultaiListener#cipher_suites} */ readonly cipherSuites: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#max_version MultaiListener#max_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#max_version MultaiListener#max_version} */ readonly maxVersion: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#min_version MultaiListener#min_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#min_version MultaiListener#min_version} */ readonly minVersion: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#prefer_server_cipher_suites MultaiListener#prefer_server_cipher_suites} */ readonly preferServerCipherSuites: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener#session_tickets_disabled MultaiListener#session_tickets_disabled} */ readonly sessionTicketsDisabled: boolean | cdktf.IResolvable; } @@ -346,7 +341,7 @@ export class MultaiListenerTlsConfigOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener} */ export class MultaiListener extends cdktf.TerraformResource { @@ -360,7 +355,7 @@ export class MultaiListener extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_listener spotinst_multai_listener} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_listener spotinst_multai_listener} 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 @@ -371,7 +366,7 @@ export class MultaiListener extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_listener', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-routing-rule/README.md b/src/multai-routing-rule/README.md index db08efb2f..962c37d18 100644 --- a/src/multai-routing-rule/README.md +++ b/src/multai-routing-rule/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_routing_rule` -Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule). +Refer to the Terraform Registory for docs: [`spotinst_multai_routing_rule`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule). diff --git a/src/multai-routing-rule/index.ts b/src/multai-routing-rule/index.ts index c3a821554..15fabc61e 100644 --- a/src/multai-routing-rule/index.ts +++ b/src/multai-routing-rule/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,54 +8,54 @@ import * as cdktf from 'cdktf'; export interface MultaiRoutingRuleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#balancer_id MultaiRoutingRule#balancer_id} */ readonly balancerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#id MultaiRoutingRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#listener_id MultaiRoutingRule#listener_id} */ readonly listenerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#middleware_ids MultaiRoutingRule#middleware_ids} */ readonly middlewareIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#priority MultaiRoutingRule#priority} */ readonly priority?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#route MultaiRoutingRule#route} */ readonly route: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#strategy MultaiRoutingRule#strategy} */ readonly strategy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#target_set_ids MultaiRoutingRule#target_set_ids} */ readonly targetSetIds: string[]; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#tags MultaiRoutingRule#tags} */ readonly tags?: MultaiRoutingRuleTags[] | cdktf.IResolvable; } export interface MultaiRoutingRuleTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#key MultaiRoutingRule#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule#value MultaiRoutingRule#value} */ readonly value: string; } @@ -174,7 +169,7 @@ export class MultaiRoutingRuleTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule} */ export class MultaiRoutingRule extends cdktf.TerraformResource { @@ -188,7 +183,7 @@ export class MultaiRoutingRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_routing_rule spotinst_multai_routing_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_routing_rule spotinst_multai_routing_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 @@ -199,7 +194,7 @@ export class MultaiRoutingRule extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_routing_rule', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-target-set/README.md b/src/multai-target-set/README.md index b104571af..62558eefa 100644 --- a/src/multai-target-set/README.md +++ b/src/multai-target-set/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_target_set` -Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set). +Refer to the Terraform Registory for docs: [`spotinst_multai_target_set`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set). diff --git a/src/multai-target-set/index.ts b/src/multai-target-set/index.ts index 2e3ed19ed..a18fc60b6 100644 --- a/src/multai-target-set/index.ts +++ b/src/multai-target-set/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,76 +8,76 @@ import * as cdktf from 'cdktf'; export interface MultaiTargetSetConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#balancer_id MultaiTargetSet#balancer_id} */ readonly balancerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#deployment_id MultaiTargetSet#deployment_id} */ readonly deploymentId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#id MultaiTargetSet#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#id MultaiTargetSet#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_target_set#name MultaiTargetSet#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#name MultaiTargetSet#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port} */ readonly port?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#weight MultaiTargetSet#weight} */ readonly weight: number; /** * health_check block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#health_check MultaiTargetSet#health_check} */ readonly healthCheck: MultaiTargetSetHealthCheck; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#tags MultaiTargetSet#tags} */ readonly tags?: MultaiTargetSetTags[] | cdktf.IResolvable; } export interface MultaiTargetSetHealthCheck { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#healthy_threshold MultaiTargetSet#healthy_threshold} */ readonly healthyThreshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#interval MultaiTargetSet#interval} */ readonly interval: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#path MultaiTargetSet#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#path MultaiTargetSet#path} */ readonly path: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#port MultaiTargetSet#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#port MultaiTargetSet#port} */ readonly port?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#protocol MultaiTargetSet#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#timeout MultaiTargetSet#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#unhealthy_threshold MultaiTargetSet#unhealthy_threshold} */ readonly unhealthyThreshold: number; } @@ -267,11 +262,11 @@ export class MultaiTargetSetHealthCheckOutputReference extends cdktf.ComplexObje } export interface MultaiTargetSetTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#key MultaiTargetSet#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#key MultaiTargetSet#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set#value MultaiTargetSet#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set#value MultaiTargetSet#value} */ readonly value: string; } @@ -385,7 +380,7 @@ export class MultaiTargetSetTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set} */ export class MultaiTargetSet extends cdktf.TerraformResource { @@ -399,7 +394,7 @@ export class MultaiTargetSet extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target_set spotinst_multai_target_set} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target_set spotinst_multai_target_set} 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 @@ -410,7 +405,7 @@ export class MultaiTargetSet extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_target_set', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/multai-target/README.md b/src/multai-target/README.md index 0f27d2f1f..878100cb0 100644 --- a/src/multai-target/README.md +++ b/src/multai-target/README.md @@ -1,3 +1,3 @@ # `spotinst_multai_target` -Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target). +Refer to the Terraform Registory for docs: [`spotinst_multai_target`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target). diff --git a/src/multai-target/index.ts b/src/multai-target/index.ts index 7eb73cb47..9cd58aec1 100644 --- a/src/multai-target/index.ts +++ b/src/multai-target/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +8,50 @@ import * as cdktf from 'cdktf'; export interface MultaiTargetConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#balancer_id MultaiTarget#balancer_id} */ readonly balancerId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#host MultaiTarget#host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#host MultaiTarget#host} */ readonly host: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#id MultaiTarget#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#id MultaiTarget#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/multai_target#name MultaiTarget#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#name MultaiTarget#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#port MultaiTarget#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#port MultaiTarget#port} */ readonly port?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#target_set_id MultaiTarget#target_set_id} */ readonly targetSetId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#weight MultaiTarget#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#weight MultaiTarget#weight} */ readonly weight: number; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#tags MultaiTarget#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#tags MultaiTarget#tags} */ readonly tags?: MultaiTargetTags[] | cdktf.IResolvable; } export interface MultaiTargetTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#key MultaiTarget#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#key MultaiTarget#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target#value MultaiTarget#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target#value MultaiTarget#value} */ readonly value: string; } @@ -170,7 +165,7 @@ export class MultaiTargetTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target} */ export class MultaiTarget extends cdktf.TerraformResource { @@ -184,7 +179,7 @@ export class MultaiTarget extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/multai_target spotinst_multai_target} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/multai_target spotinst_multai_target} 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 @@ -195,7 +190,7 @@ export class MultaiTarget extends cdktf.TerraformResource { terraformResourceType: 'spotinst_multai_target', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 c432db148..580e15a2c 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 Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 adc43f0c6..6e428100c 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,122 +8,122 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags} */ readonly tags?: { [key: string]: string }; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} */ readonly headrooms?: OceanAksNpVirtualNodeGroupHeadrooms[] | cdktf.IResolvable; /** * taints block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} */ readonly taints?: OceanAksNpVirtualNodeGroupTaints[] | cdktf.IResolvable; } export interface OceanAksNpVirtualNodeGroupFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series} */ readonly series?: string[]; } @@ -331,19 +326,19 @@ export class OceanAksNpVirtualNodeGroupFiltersOutputReference extends cdktf.Comp } export interface OceanAksNpVirtualNodeGroupHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units} */ readonly numOfUnits?: number; } @@ -509,15 +504,15 @@ export class OceanAksNpVirtualNodeGroupHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpVirtualNodeGroupTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value} */ readonly value: string; } @@ -651,7 +646,7 @@ export class OceanAksNpVirtualNodeGroupTaintsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} */ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { @@ -665,7 +660,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -676,7 +671,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks-np/README.md b/src/ocean-aks-np/README.md index a9e5cbbb4..64ac76926 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 Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np). diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts index 58d39cf89..e867f9ee5 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,132 +8,132 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#id OceanAksNp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#name OceanAksNp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags} */ readonly tags?: { [key: string]: string }; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#health OceanAksNp#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#health OceanAksNp#health} */ readonly health?: OceanAksNpHealth; /** * scheduling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} */ readonly taints?: OceanAksNpTaints[] | cdktf.IResolvable; } export interface OceanAksNpAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -203,7 +198,7 @@ export class OceanAksNpAutoscalerAutoscaleDownOutputReference extends cdktf.Comp } export interface OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} */ readonly percentage?: number; } @@ -270,7 +265,7 @@ export interface OceanAksNpAutoscalerAutoscaleHeadroom { /** * automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} */ readonly automatic?: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; } @@ -335,11 +330,11 @@ export class OceanAksNpAutoscalerAutoscaleHeadroomOutputReference extends cdktf. } export interface OceanAksNpAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} */ readonly maxVcpu?: number; } @@ -427,25 +422,25 @@ export class OceanAksNpAutoscalerResourceLimitsOutputReference extends cdktf.Com } export interface OceanAksNpAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} */ readonly resourceLimits?: OceanAksNpAutoscalerResourceLimits; } @@ -579,31 +574,31 @@ export class OceanAksNpAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#series OceanAksNp#series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#series OceanAksNp#series} */ readonly series?: string[]; } @@ -806,19 +801,19 @@ export class OceanAksNpFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units} */ readonly numOfUnits?: number; } @@ -984,7 +979,7 @@ export class OceanAksNpHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} */ readonly gracePeriod?: number; } @@ -1049,11 +1044,11 @@ export class OceanAksNpHealthOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} */ readonly timeWindows: string[]; } @@ -1140,7 +1135,7 @@ export interface OceanAksNpScheduling { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} */ readonly shutdownHours?: OceanAksNpSchedulingShutdownHours; } @@ -1205,15 +1200,15 @@ export class OceanAksNpSchedulingOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#key OceanAksNp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aks_np#value OceanAksNp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np#value OceanAksNp#value} */ readonly value: string; } @@ -1347,7 +1342,7 @@ export class OceanAksNpTaintsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} */ export class OceanAksNp extends cdktf.TerraformResource { @@ -1361,7 +1356,7 @@ export class OceanAksNp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -1372,7 +1367,7 @@ export class OceanAksNp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks-virtual-node-group/README.md b/src/ocean-aks-virtual-node-group/README.md index 6ba942275..02c43d0a6 100644 --- a/src/ocean-aks-virtual-node-group/README.md +++ b/src/ocean-aks-virtual-node-group/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks_virtual_node_group` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group). diff --git a/src/ocean-aks-virtual-node-group/index.ts b/src/ocean-aks-virtual-node-group/index.ts index d5c745605..2038ba734 100644 --- a/src/ocean-aks-virtual-node-group/index.ts +++ b/src/ocean-aks-virtual-node-group/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,70 +8,70 @@ import * as cdktf from 'cdktf'; export interface OceanAksVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id} */ readonly oceanId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones} */ readonly zones?: string[]; /** * autoscale block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} */ readonly autoscale?: OceanAksVirtualNodeGroupAutoscale[] | cdktf.IResolvable; /** * label block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} */ readonly label?: OceanAksVirtualNodeGroupLabel[] | cdktf.IResolvable; /** * launch_specification block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} */ readonly launchSpecification?: OceanAksVirtualNodeGroupLaunchSpecification[] | cdktf.IResolvable; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} */ readonly resourceLimits?: OceanAksVirtualNodeGroupResourceLimits[] | cdktf.IResolvable; /** * taint block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} */ readonly taint?: OceanAksVirtualNodeGroupTaint[] | cdktf.IResolvable; } export interface OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit} */ readonly cpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit} */ readonly gpuPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit} */ readonly memoryPerUnit?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units} */ readonly numOfUnits: number; } @@ -239,13 +234,13 @@ export class OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList extends cdkt } export interface OceanAksVirtualNodeGroupAutoscale { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} */ readonly autoscaleHeadroom?: OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom[] | cdktf.IResolvable; } @@ -365,11 +360,11 @@ export class OceanAksVirtualNodeGroupAutoscaleList extends cdktf.ComplexList { } export interface OceanAksVirtualNodeGroupLabel { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value?: string; } @@ -486,15 +481,15 @@ export class OceanAksVirtualNodeGroupLabelList extends cdktf.ComplexList { } export interface OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb} */ readonly sizeGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type} */ readonly type?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage} */ readonly utilizeEphemeralStorage?: boolean | cdktf.IResolvable; } @@ -602,11 +597,11 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ex } export interface OceanAksVirtualNodeGroupLaunchSpecificationTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value?: string; } @@ -726,19 +721,19 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationTagList extends cdktf.Co } export interface OceanAksVirtualNodeGroupLaunchSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods} */ readonly maxPods?: number; /** * os_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} */ readonly osDisk?: OceanAksVirtualNodeGroupLaunchSpecificationOsDisk; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} */ readonly tag?: OceanAksVirtualNodeGroupLaunchSpecificationTag[] | cdktf.IResolvable; } @@ -881,7 +876,7 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationList extends cdktf.Compl } export interface OceanAksVirtualNodeGroupResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count} */ readonly maxInstanceCount?: number; } @@ -978,15 +973,15 @@ export class OceanAksVirtualNodeGroupResourceLimitsList extends cdktf.ComplexLis } export interface OceanAksVirtualNodeGroupTaint { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value: string; } @@ -1120,7 +1115,7 @@ export class OceanAksVirtualNodeGroupTaintList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group} */ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { @@ -1134,7 +1129,7 @@ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_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 @@ -1145,7 +1140,7 @@ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks/README.md b/src/ocean-aks/README.md index ab3889634..a64b7d00b 100644 --- a/src/ocean-aks/README.md +++ b/src/ocean-aks/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks). diff --git a/src/ocean-aks/index.ts b/src/ocean-aks/index.ts index 284897454..6fe0ec76b 100644 --- a/src/ocean-aks/index.ts +++ b/src/ocean-aks/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,126 +8,126 @@ import * as cdktf from 'cdktf'; export interface OceanAksConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier} */ readonly acdIdentifier: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name} */ readonly aksName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name} */ readonly aksResourceGroupName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id} */ readonly controllerClusterId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data} */ readonly customData?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#id OceanAks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#id OceanAks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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.141.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods} */ readonly maxPods?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key} */ readonly sshPublicKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#user_name OceanAks#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#user_name OceanAks#user_name} */ readonly userName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#zones OceanAks#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#zones OceanAks#zones} */ readonly zones?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} */ readonly autoscaler?: OceanAksAutoscaler; /** * extension block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#extension OceanAks#extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#extension OceanAks#extension} */ readonly extension?: OceanAksExtension[] | cdktf.IResolvable; /** * health block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#health OceanAks#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#health OceanAks#health} */ readonly health?: OceanAksHealth; /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#image OceanAks#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#image OceanAks#image} */ readonly image?: OceanAksImage[] | cdktf.IResolvable; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} */ readonly loadBalancer?: OceanAksLoadBalancer[] | cdktf.IResolvable; /** * managed_service_identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} */ readonly managedServiceIdentity?: OceanAksManagedServiceIdentity[] | cdktf.IResolvable; /** * network block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network OceanAks#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network OceanAks#network} */ readonly network?: OceanAksNetwork; /** * os_disk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} */ readonly osDisk?: OceanAksOsDisk; /** * strategy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#strategy OceanAks#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#strategy OceanAks#strategy} */ readonly strategy?: OceanAksStrategy[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#tag OceanAks#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#tag OceanAks#tag} */ readonly tag?: OceanAksTag[] | cdktf.IResolvable; /** * vm_sizes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} */ readonly vmSizes?: OceanAksVmSizes[] | cdktf.IResolvable; } export interface OceanAksAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -197,11 +192,11 @@ export class OceanAksAutoscalerAutoscaleDownOutputReference extends cdktf.Comple } export interface OceanAksAutoscalerAutoscaleHeadroomAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#percentage OceanAks#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#percentage OceanAks#percentage} */ readonly percentage?: number; } @@ -291,7 +286,7 @@ export interface OceanAksAutoscalerAutoscaleHeadroom { /** * automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#automatic OceanAks#automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#automatic OceanAks#automatic} */ readonly automatic?: OceanAksAutoscalerAutoscaleHeadroomAutomatic; } @@ -356,11 +351,11 @@ export class OceanAksAutoscalerAutoscaleHeadroomOutputReference extends cdktf.Co } export interface OceanAksAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu} */ readonly maxVcpu?: number; } @@ -448,25 +443,25 @@ export class OceanAksAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanAksAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled} */ readonly autoscaleIsEnabled?: boolean | cdktf.IResolvable; /** * autoscale_down block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} */ readonly autoscaleDown?: OceanAksAutoscalerAutoscaleDown; /** * autoscale_headroom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} */ readonly autoscaleHeadroom?: OceanAksAutoscalerAutoscaleHeadroom; /** * resource_limits block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} */ readonly resourceLimits?: OceanAksAutoscalerResourceLimits; } @@ -600,23 +595,23 @@ export class OceanAksAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAksExtension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#api_version OceanAks#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#api_version OceanAks#api_version} */ readonly apiVersion?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade} */ readonly minorVersionAutoUpgrade?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher} */ readonly publisher?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -805,7 +800,7 @@ export class OceanAksExtensionList extends cdktf.ComplexList { } export interface OceanAksHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period} */ readonly gracePeriod?: number; } @@ -870,19 +865,19 @@ export class OceanAksHealthOutputReference extends cdktf.ComplexObject { } export interface OceanAksImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#offer OceanAks#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#offer OceanAks#offer} */ readonly offer?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#publisher OceanAks#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#publisher OceanAks#publisher} */ readonly publisher?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#sku OceanAks#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#sku OceanAks#sku} */ readonly sku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#version OceanAks#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#version OceanAks#version} */ readonly version?: string; } @@ -1050,7 +1045,7 @@ export interface OceanAksImage { /** * marketplace block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} */ readonly marketplace?: OceanAksImageMarketplace[] | cdktf.IResolvable; } @@ -1147,23 +1142,23 @@ export class OceanAksImageList extends cdktf.ComplexList { } export interface OceanAksLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names} */ readonly backendPoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku} */ readonly loadBalancerSku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -1352,11 +1347,11 @@ export class OceanAksLoadBalancerList extends cdktf.ComplexList { } export interface OceanAksManagedServiceIdentity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName: string; } @@ -1470,11 +1465,11 @@ export class OceanAksManagedServiceIdentityList extends cdktf.ComplexList { } export interface OceanAksNetworkNetworkInterfaceAdditionalIpConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version} */ readonly privateIpVersion?: string; } @@ -1594,11 +1589,11 @@ export class OceanAksNetworkNetworkInterfaceAdditionalIpConfigList extends cdktf } export interface OceanAksNetworkNetworkInterfaceSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName?: string; } @@ -1686,27 +1681,27 @@ export class OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference extends } export interface OceanAksNetworkNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip} */ readonly assignPublicIp?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary} */ readonly isPrimary?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name} */ readonly subnetName?: string; /** * additional_ip_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} */ readonly additionalIpConfig?: OceanAksNetworkNetworkInterfaceAdditionalIpConfig[] | cdktf.IResolvable; /** * security_group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#security_group OceanAks#security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#security_group OceanAks#security_group} */ readonly securityGroup?: OceanAksNetworkNetworkInterfaceSecurityGroup; } @@ -1895,17 +1890,17 @@ export class OceanAksNetworkNetworkInterfaceList extends cdktf.ComplexList { } export interface OceanAksNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name} */ readonly virtualNetworkName?: string; /** * network_interface block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} */ readonly networkInterface?: OceanAksNetworkNetworkInterface[] | cdktf.IResolvable; } @@ -2016,11 +2011,11 @@ export class OceanAksNetworkOutputReference extends cdktf.ComplexObject { } export interface OceanAksOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb} */ readonly sizeGb: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -2105,11 +2100,11 @@ export class OceanAksOsDiskOutputReference extends cdktf.ComplexObject { } export interface OceanAksStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage} */ readonly spotPercentage?: number; } @@ -2229,11 +2224,11 @@ export class OceanAksStrategyList extends cdktf.ComplexList { } export interface OceanAksTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#key OceanAks#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#key OceanAks#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#value OceanAks#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#value OceanAks#value} */ readonly value?: string; } @@ -2353,7 +2348,7 @@ export class OceanAksTagList extends cdktf.ComplexList { } export interface OceanAksVmSizes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist} */ readonly whitelist?: string[]; } @@ -2450,7 +2445,7 @@ export class OceanAksVmSizesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks} */ export class OceanAks extends cdktf.TerraformResource { @@ -2464,7 +2459,7 @@ export class OceanAks extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aks spotinst_ocean_aks} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aks spotinst_ocean_aks} 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 @@ -2475,7 +2470,7 @@ export class OceanAks extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 cfbec9d0b..4792e8cf0 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 Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 8e1facd55..cd9fd8c35 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_extended_resource_definition +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_extended_resource_definition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +8,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.141.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} */ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource { @@ -44,7 +39,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -55,7 +50,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource terraformResourceType: 'spotinst_ocean_aws_extended_resource_definition', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 c8789818a..960bdd5ed 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 Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 72de53a3d..b4e5d20a4 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,166 +8,166 @@ import * as cdktf from 'cdktf'; export interface OceanAwsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} */ readonly elasticIpPool?: OceanAwsLaunchSpecElasticIpPool[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanAwsLaunchSpecInstanceMetadataOptions; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -269,19 +264,19 @@ export class OceanAwsLaunchSpecAutoscaleDownList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -444,7 +439,7 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -541,15 +536,15 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -651,41 +646,41 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -934,21 +929,21 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanAwsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} */ readonly ebs?: OceanAwsLaunchSpecBlockDeviceMappingsEbs; } @@ -1114,7 +1109,7 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecCreateOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes} */ readonly initialNodes?: number; } @@ -1179,11 +1174,11 @@ export class OceanAwsLaunchSpecCreateOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecDeleteOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete} */ readonly forceDelete: boolean | cdktf.IResolvable; } @@ -1268,11 +1263,11 @@ export class OceanAwsLaunchSpecDeleteOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecElasticIpPoolTagSelector { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value} */ readonly tagValue?: string; } @@ -1359,7 +1354,7 @@ export interface OceanAwsLaunchSpecElasticIpPool { /** * tag_selector block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} */ readonly tagSelector?: OceanAwsLaunchSpecElasticIpPoolTagSelector; } @@ -1456,7 +1451,7 @@ export class OceanAwsLaunchSpecElasticIpPoolList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} */ readonly imageId?: string; } @@ -1553,11 +1548,11 @@ export class OceanAwsLaunchSpecImagesList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -1642,11 +1637,11 @@ export class OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanAwsLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -1760,11 +1755,11 @@ export class OceanAwsLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -1884,11 +1879,11 @@ export class OceanAwsLaunchSpecResourceLimitsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows} */ readonly timeWindows: string[]; } @@ -1973,19 +1968,19 @@ export class OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference extends cd } export interface OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -2148,21 +2143,21 @@ export class OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanAwsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -2319,7 +2314,7 @@ export class OceanAwsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; } @@ -2416,11 +2411,11 @@ export class OceanAwsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -2534,15 +2529,15 @@ export class OceanAwsLaunchSpecTagsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -2676,7 +2671,7 @@ export class OceanAwsLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -2738,13 +2733,13 @@ export class OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanAwsLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} */ readonly rollConfig?: OceanAwsLaunchSpecUpdatePolicyRollConfig; } @@ -2829,7 +2824,7 @@ export class OceanAwsLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} */ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { @@ -2843,7 +2838,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -2854,7 +2849,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aws/README.md b/src/ocean-aws/README.md index 260e68bdd..0050f45ba 100644 --- a/src/ocean-aws/README.md +++ b/src/ocean-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws). +Refer to the Terraform Registory for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws). diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts index 92476efc1..d4cffefb9 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,194 +8,194 @@ import * as cdktf from 'cdktf'; export interface OceanAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#image_id OceanAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#key_name OceanAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#max_size OceanAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#min_size OceanAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#region OceanAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#region OceanAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#user_data OceanAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist} */ readonly whitelist?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} */ readonly clusterOrientation?: OceanAwsClusterOrientation[] | cdktf.IResolvable; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#filters OceanAws#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#logging OceanAws#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} */ readonly scheduledTask?: OceanAwsScheduledTask[] | cdktf.IResolvable; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#tags OceanAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} */ readonly updatePolicy?: OceanAwsUpdatePolicy; } export interface OceanAwsAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -288,19 +283,19 @@ export class OceanAwsAutoscalerAutoscaleDownOutputReference extends cdktf.Comple } export interface OceanAwsAutoscalerAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units} */ readonly numOfUnits?: number; } @@ -434,11 +429,11 @@ export class OceanAwsAutoscalerAutoscaleHeadroomOutputReference extends cdktf.Co } export interface OceanAwsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} */ readonly maxVcpu?: number; } @@ -526,45 +521,45 @@ export class OceanAwsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanAwsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} */ readonly resourceLimits?: OceanAwsAutoscalerResourceLimits; } @@ -813,15 +808,15 @@ export class OceanAwsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAwsBlockDeviceMappingsEbsDynamicIops { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -923,15 +918,15 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference extends cd } export interface OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1033,47 +1028,47 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanAwsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#iops OceanAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#iops OceanAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#throughput OceanAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#throughput OceanAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1345,13 +1340,13 @@ export class OceanAwsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#device_name OceanAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#ebs OceanAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#ebs OceanAws#ebs} */ readonly ebs?: OceanAwsBlockDeviceMappingsEbs; } @@ -1471,7 +1466,7 @@ export class OceanAwsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanAwsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -1568,79 +1563,79 @@ export class OceanAwsClusterOrientationList extends cdktf.ComplexList { } export interface OceanAwsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#architectures OceanAws#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#architectures OceanAws#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#categories OceanAws#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#categories OceanAws#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#include_families OceanAws#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2119,11 +2114,11 @@ export class OceanAwsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAwsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} */ readonly httpTokens: string; } @@ -2208,15 +2203,15 @@ export class OceanAwsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#arn OceanAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#arn OceanAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#type OceanAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#type OceanAws#type} */ readonly type?: string; } @@ -2359,7 +2354,7 @@ export class OceanAwsLoadBalancersList extends cdktf.ComplexList { } export interface OceanAwsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2458,7 +2453,7 @@ export interface OceanAwsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#s3 OceanAws#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#s3 OceanAws#s3} */ readonly s3?: OceanAwsLoggingExportS3[] | cdktf.IResolvable; } @@ -2525,7 +2520,7 @@ export interface OceanAwsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#export OceanAws#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#export OceanAws#export} */ readonly export?: OceanAwsLoggingExport; } @@ -2590,7 +2585,7 @@ export class OceanAwsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -2687,11 +2682,11 @@ export class OceanAwsResourceTagSpecificationList extends cdktf.ComplexList { } export interface OceanAwsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows} */ readonly timeWindows: string[]; } @@ -2776,15 +2771,15 @@ export class OceanAwsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanAwsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#task_type OceanAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#task_type OceanAws#task_type} */ readonly taskType: string; } @@ -2920,13 +2915,13 @@ export interface OceanAwsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#tasks OceanAws#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#tasks OceanAws#tasks} */ readonly tasks?: OceanAwsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -3046,11 +3041,11 @@ export class OceanAwsScheduledTaskList extends cdktf.ComplexList { } export interface OceanAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#key OceanAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#key OceanAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws#value OceanAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#value OceanAws#value} */ readonly value: string; } @@ -3164,19 +3159,19 @@ export class OceanAwsTagsList extends cdktf.ComplexList { } export interface OceanAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -3307,21 +3302,21 @@ export class OceanAwsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} */ readonly rollConfig?: OceanAwsUpdatePolicyRollConfig; } @@ -3452,7 +3447,7 @@ export class OceanAwsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_aws spotinst_ocean_aws} */ export class OceanAws extends cdktf.TerraformResource { @@ -3466,7 +3461,7 @@ export class OceanAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_aws spotinst_ocean_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -3477,7 +3472,7 @@ export class OceanAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 2427d4729..86f925b3f 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 Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 46b4d4b3c..e00c6d5ec 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,102 +8,102 @@ import * as cdktf from 'cdktf'; export interface OceanEcsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} */ readonly blockDeviceMappings?: OceanEcsLaunchSpecBlockDeviceMappings[] | cdktf.IResolvable; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -222,15 +217,15 @@ export class OceanEcsLaunchSpecAttributesList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -370,15 +365,15 @@ export class OceanEcsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -480,41 +475,41 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -763,21 +758,21 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanEcsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} */ readonly ebs?: OceanEcsLaunchSpecBlockDeviceMappingsEbs; } @@ -940,11 +935,11 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -1029,15 +1024,15 @@ export class OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1177,21 +1172,21 @@ export class OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanEcsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1348,7 +1343,7 @@ export class OceanEcsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; } @@ -1445,11 +1440,11 @@ export class OceanEcsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -1563,7 +1558,7 @@ export class OceanEcsLaunchSpecTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} */ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { @@ -1577,7 +1572,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -1588,7 +1583,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-ecs/README.md b/src/ocean-ecs/README.md index c0523fcd3..6d7cd5288 100644 --- a/src/ocean-ecs/README.md +++ b/src/ocean-ecs/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs). +Refer to the Terraform Registory for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs). diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts index afd858850..c4039c4a6 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,164 +8,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.141.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.142.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.141.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#name OceanEcs#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#name OceanEcs#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#region OceanEcs#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#region OceanEcs#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#filters OceanEcs#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#logging OceanEcs#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#tags OceanEcs#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -235,15 +230,15 @@ export class OceanEcsAutoscalerDownOutputReference extends cdktf.ComplexObject { } export interface OceanEcsAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units} */ readonly numOfUnits?: number; } @@ -354,11 +349,11 @@ export class OceanEcsAutoscalerHeadroomOutputReference extends cdktf.ComplexObje } export interface OceanEcsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} */ readonly maxVcpu?: number; } @@ -446,45 +441,45 @@ export class OceanEcsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanEcsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#down OceanEcs#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} */ readonly resourceLimits?: OceanEcsAutoscalerResourceLimits; } @@ -733,15 +728,15 @@ export class OceanEcsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#resource OceanEcs#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#resource OceanEcs#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -843,41 +838,41 @@ export class OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanEcsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#iops OceanEcs#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#iops OceanEcs#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1126,21 +1121,21 @@ export class OceanEcsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanEcsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} */ readonly ebs?: OceanEcsBlockDeviceMappingsEbs; } @@ -1303,7 +1298,7 @@ export class OceanEcsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanEcsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -1400,79 +1395,79 @@ export class OceanEcsClusterOrientationList extends cdktf.ComplexList { } export interface OceanEcsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#categories OceanEcs#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#categories OceanEcs#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -1951,11 +1946,11 @@ export class OceanEcsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanEcsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} */ readonly httpTokens: string; } @@ -2040,7 +2035,7 @@ export class OceanEcsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanEcsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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. @@ -2139,7 +2134,7 @@ export interface OceanEcsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} */ readonly s3?: OceanEcsLoggingExportS3[] | cdktf.IResolvable; } @@ -2206,7 +2201,7 @@ export interface OceanEcsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#export OceanEcs#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#export OceanEcs#export} */ readonly export?: OceanEcsLoggingExport; } @@ -2271,15 +2266,15 @@ export class OceanEcsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanEcsOptimizeImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows?: string[]; } @@ -2384,11 +2379,11 @@ export class OceanEcsOptimizeImagesOutputReference extends cdktf.ComplexObject { } export interface OceanEcsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows: string[]; } @@ -2473,15 +2468,15 @@ export class OceanEcsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanEcsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type} */ readonly taskType: string; } @@ -2617,13 +2612,13 @@ export interface OceanEcsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} */ readonly tasks?: OceanEcsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -2743,11 +2738,11 @@ export class OceanEcsScheduledTaskList extends cdktf.ComplexList { } export interface OceanEcsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#key OceanEcs#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#key OceanEcs#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs#value OceanEcs#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#value OceanEcs#value} */ readonly value: string; } @@ -2861,11 +2856,11 @@ export class OceanEcsTagsList extends cdktf.ComplexList { } export interface OceanEcsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -2950,21 +2945,21 @@ export class OceanEcsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanEcsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} */ readonly rollConfig?: OceanEcsUpdatePolicyRollConfig; } @@ -3095,7 +3090,7 @@ export class OceanEcsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_ecs spotinst_ocean_ecs} */ export class OceanEcs extends cdktf.TerraformResource { @@ -3109,7 +3104,7 @@ export class OceanEcs extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_ecs spotinst_ocean_ecs} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -3120,7 +3115,7 @@ export class OceanEcs extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-gke-import/README.md b/src/ocean-gke-import/README.md index 9448ef9fd..0992684da 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 Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import). diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts index fb8329936..c74428eaf 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,96 +8,96 @@ import * as cdktf from 'cdktf'; export interface OceanGkeImportConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#id OceanGkeImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#location OceanGkeImport#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} */ readonly backendServices?: OceanGkeImportBackendServices[] | cdktf.IResolvable; /** * scheduled_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -190,19 +185,19 @@ export class OceanGkeImportAutoscalerDownOutputReference extends cdktf.ComplexOb } export interface OceanGkeImportAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units} */ readonly numOfUnits?: number; } @@ -336,11 +331,11 @@ export class OceanGkeImportAutoscalerHeadroomOutputReference extends cdktf.Compl } export interface OceanGkeImportAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} */ readonly maxVcpu?: number; } @@ -428,41 +423,41 @@ export class OceanGkeImportAutoscalerResourceLimitsOutputReference extends cdktf } export interface OceanGkeImportAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} */ readonly resourceLimits?: OceanGkeImportAutoscalerResourceLimits; } @@ -688,11 +683,11 @@ export class OceanGkeImportAutoscalerOutputReference extends cdktf.ComplexObject } export interface OceanGkeImportBackendServicesNamedPorts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#name OceanGkeImport#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} */ readonly ports: string[]; } @@ -806,21 +801,21 @@ export class OceanGkeImportBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface OceanGkeImportBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} */ readonly namedPorts?: OceanGkeImportBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -983,11 +978,11 @@ export class OceanGkeImportBackendServicesList extends cdktf.ComplexList { } export interface OceanGkeImportScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} */ readonly timeWindows: string[]; } @@ -1072,19 +1067,19 @@ export class OceanGkeImportScheduledTaskShutdownHoursOutputReference extends cdk } export interface OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -1220,7 +1215,7 @@ export interface OceanGkeImportScheduledTaskTasksTaskParameters { /** * cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} */ readonly clusterRoll?: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll; } @@ -1285,21 +1280,21 @@ export class OceanGkeImportScheduledTaskTasksTaskParametersOutputReference exten } export interface OceanGkeImportScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} */ readonly taskParameters?: OceanGkeImportScheduledTaskTasksTaskParameters; } @@ -1458,13 +1453,13 @@ export interface OceanGkeImportScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} */ readonly tasks?: OceanGkeImportScheduledTaskTasks[] | cdktf.IResolvable; } @@ -1584,11 +1579,11 @@ export class OceanGkeImportScheduledTaskList extends cdktf.ComplexList { } export interface OceanGkeImportShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -1676,15 +1671,15 @@ export class OceanGkeImportShieldedInstanceConfigOutputReference extends cdktf.C } export interface OceanGkeImportStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} */ readonly provisioningModel?: string; } @@ -1827,19 +1822,19 @@ export class OceanGkeImportStrategyList extends cdktf.ComplexList { } export interface OceanGkeImportUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -1970,17 +1965,17 @@ export class OceanGkeImportUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface OceanGkeImportUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} */ readonly rollConfig?: OceanGkeImportUpdatePolicyRollConfig; } @@ -2088,7 +2083,7 @@ export class OceanGkeImportUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} */ export class OceanGkeImport extends cdktf.TerraformResource { @@ -2102,7 +2097,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -2113,7 +2108,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 4ee2eed03..3d629da9d 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 Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 6052a14a8..975753416 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +8,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.141.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} */ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { @@ -44,7 +39,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -55,7 +50,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 1a37ee89e..9d8336e19 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 Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registory for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 e6fd31e9a..212823027 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,140 +8,140 @@ import * as cdktf from 'cdktf'; export interface OceanGkeLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} */ readonly autoscaleHeadroomsAutomatic?: OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic[] | cdktf.IResolvable; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -309,7 +304,7 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -406,11 +401,11 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanGkeLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -530,11 +525,11 @@ export class OceanGkeLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -654,11 +649,11 @@ export class OceanGkeLaunchSpecMetadataList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} */ readonly type?: string; } @@ -778,11 +773,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -896,23 +891,23 @@ export class OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} */ readonly aliasIpRanges?: OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges[] | cdktf.IResolvable; } @@ -1075,11 +1070,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -1167,19 +1162,19 @@ export class OceanGkeLaunchSpecResourceLimitsOutputReference extends cdktf.Compl } export interface OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1342,21 +1337,21 @@ export class OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanGkeLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1513,11 +1508,11 @@ export class OceanGkeLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -1605,7 +1600,7 @@ export class OceanGkeLaunchSpecShieldedInstanceConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecStorage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count} */ readonly localSsdCount?: number; } @@ -1670,7 +1665,7 @@ export class OceanGkeLaunchSpecStorageOutputReference extends cdktf.ComplexObjec } export interface OceanGkeLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage} */ readonly preemptiblePercentage?: number; } @@ -1767,15 +1762,15 @@ export class OceanGkeLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -1918,7 +1913,7 @@ export class OceanGkeLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -1980,13 +1975,13 @@ export class OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} */ readonly rollConfig?: OceanGkeLaunchSpecUpdatePolicyRollConfig; } @@ -2071,7 +2066,7 @@ export class OceanGkeLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} */ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { @@ -2085,7 +2080,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -2096,7 +2091,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.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 b5e883916..17096a822 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 Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 4a93641d9..971ba6c96 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +8,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.141.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} */ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { @@ -44,7 +39,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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 @@ -55,7 +50,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-spark/README.md b/src/ocean-spark/README.md index 7334f3ffc..5a9f3ab1c 100644 --- a/src/ocean-spark/README.md +++ b/src/ocean-spark/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark). +Refer to the Terraform Registory for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark). diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts index f12629c22..0c4dfb571 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,54 +8,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.141.0/docs/resources/ocean_spark#id OceanSpark#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/ocean_spark#compute OceanSpark#compute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#spark OceanSpark#spark} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} */ readonly useTaints?: boolean | cdktf.IResolvable; } @@ -148,7 +143,7 @@ export class OceanSparkComputeOutputReference extends cdktf.ComplexObject { } export interface OceanSparkIngressController { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#managed OceanSpark#managed} */ readonly managed?: boolean | cdktf.IResolvable; } @@ -213,11 +208,11 @@ export class OceanSparkIngressControllerOutputReference extends cdktf.ComplexObj } export interface OceanSparkIngressCustomEndpoint { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#address OceanSpark#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#address OceanSpark#address} */ readonly address?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; } @@ -305,15 +300,15 @@ export class OceanSparkIngressCustomEndpointOutputReference extends cdktf.Comple } export interface OceanSparkIngressLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn} */ readonly targetGroupArn?: string; } @@ -424,11 +419,11 @@ export class OceanSparkIngressLoadBalancerOutputReference extends cdktf.ComplexO } export interface OceanSparkIngressPrivateLink { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service} */ readonly vpcEndpointService?: string; } @@ -516,31 +511,31 @@ export class OceanSparkIngressPrivateLinkOutputReference extends cdktf.ComplexOb } export interface OceanSparkIngress { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#controller OceanSpark#controller} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} */ readonly privateLink?: OceanSparkIngressPrivateLink; } @@ -697,7 +692,7 @@ export class OceanSparkIngressOutputReference extends cdktf.ComplexObject { } export interface OceanSparkLogCollection { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs} */ readonly collectAppLogs?: boolean | cdktf.IResolvable; } @@ -762,7 +757,7 @@ export class OceanSparkLogCollectionOutputReference extends cdktf.ComplexObject } export interface OceanSparkSpark { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces} */ readonly additionalAppNamespaces?: string[]; } @@ -827,11 +822,11 @@ export class OceanSparkSparkOutputReference extends cdktf.ComplexObject { } export interface OceanSparkWebhook { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network} */ readonly useHostNetwork?: boolean | cdktf.IResolvable; } @@ -919,7 +914,7 @@ export class OceanSparkWebhookOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/ocean_spark spotinst_ocean_spark} */ export class OceanSpark extends cdktf.TerraformResource { @@ -933,7 +928,7 @@ export class OceanSpark extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/ocean_spark spotinst_ocean_spark} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -944,7 +939,7 @@ export class OceanSpark extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 79baddfad..d7afb6158 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs). +Refer to the Terraform Registory for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 58702080c..cacbcd3c3 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,31 +10,31 @@ export interface SpotinstProviderConfig { /** * Spotinst Account ID * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#account SpotinstProvider#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#account SpotinstProvider#account} */ readonly account?: string; /** * Spotinst SDK Feature Flags * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#feature_flags SpotinstProvider#feature_flags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs#token SpotinstProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#token SpotinstProvider#token} */ readonly token?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs#alias SpotinstProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs#alias SpotinstProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs spotinst} */ export class SpotinstProvider extends cdktf.TerraformProvider { @@ -53,7 +48,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs spotinst} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -64,7 +59,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { terraformResourceType: 'spotinst', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, terraformProviderSource: 'spotinst/spotinst' diff --git a/src/stateful-node-azure/README.md b/src/stateful-node-azure/README.md index 4bec283e2..94661b8cc 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 Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure). +Refer to the Terraform Registory for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure). diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 8462217c7..3fa341400 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,242 +8,242 @@ import * as cdktf from 'cdktf'; export interface StatefulNodeAzureConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes} */ readonly spotSizes: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} */ readonly osDisk?: StatefulNodeAzureOsDisk; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} */ readonly updateState?: StatefulNodeAzureUpdateState[] | cdktf.IResolvable; } export interface StatefulNodeAzureAttachDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} */ readonly zone?: string; } @@ -448,15 +443,15 @@ export class StatefulNodeAzureAttachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureBootDiagnostics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type?: string; } @@ -599,15 +594,15 @@ export class StatefulNodeAzureBootDiagnosticsList extends cdktf.ComplexList { } export interface StatefulNodeAzureDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -741,39 +736,39 @@ export class StatefulNodeAzureDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours} */ readonly snapshotTtlInHours?: number; } @@ -1039,19 +1034,19 @@ export class StatefulNodeAzureDeleteList extends cdktf.ComplexList { } export interface StatefulNodeAzureDetachDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours} */ readonly ttlInHours?: number; } @@ -1208,31 +1203,31 @@ export class StatefulNodeAzureDetachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureExtension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -1452,19 +1447,19 @@ export class StatefulNodeAzureExtensionList extends cdktf.ComplexList { } export interface StatefulNodeAzureHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} */ readonly unhealthyDuration?: number; } @@ -1592,11 +1587,11 @@ export class StatefulNodeAzureHealthOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureImageCustomImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; } @@ -1710,19 +1705,19 @@ export class StatefulNodeAzureImageCustomImageList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageGallery { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} */ readonly versionName: string; } @@ -1876,19 +1871,19 @@ export class StatefulNodeAzureImageGalleryList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageMarketplaceImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} */ readonly version: string; } @@ -2044,19 +2039,19 @@ export interface StatefulNodeAzureImage { /** * custom_image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} */ readonly marketplaceImage?: StatefulNodeAzureImageMarketplaceImage[] | cdktf.IResolvable; } @@ -2167,19 +2162,19 @@ export class StatefulNodeAzureImageOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureImportVm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time} */ readonly resourcesRetentionTime?: number; } @@ -2339,23 +2334,23 @@ export class StatefulNodeAzureImportVmList extends cdktf.ComplexList { } export interface StatefulNodeAzureLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -2532,15 +2527,15 @@ export class StatefulNodeAzureLoadBalancerList extends cdktf.ComplexList { } export interface StatefulNodeAzureLogin { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} */ readonly userName: string; } @@ -2648,11 +2643,11 @@ export class StatefulNodeAzureLoginOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureManagedServiceIdentities { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -2766,11 +2761,11 @@ export class StatefulNodeAzureManagedServiceIdentitiesList extends cdktf.Complex } export interface StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version} */ readonly privateIpAddressVersion: string; } @@ -2884,11 +2879,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsL } export interface StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3002,11 +2997,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsLi } export interface StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName?: string; } @@ -3126,11 +3121,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ex } export interface StatefulNodeAzureNetworkNetworkInterfacePublicIps { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3244,51 +3239,51 @@ export class StatefulNodeAzureNetworkNetworkInterfacePublicIpsList extends cdktf } export interface StatefulNodeAzureNetworkNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} */ readonly publicIps?: StatefulNodeAzureNetworkNetworkInterfacePublicIps[] | cdktf.IResolvable; } @@ -3586,17 +3581,17 @@ export class StatefulNodeAzureNetworkNetworkInterfaceList extends cdktf.ComplexL } export interface StatefulNodeAzureNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} */ readonly networkInterface: StatefulNodeAzureNetworkNetworkInterface[] | cdktf.IResolvable; } @@ -3698,11 +3693,11 @@ export class StatefulNodeAzureNetworkOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -3787,15 +3782,15 @@ export class StatefulNodeAzureOsDiskOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -3929,11 +3924,11 @@ export class StatefulNodeAzureSchedulingTaskList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretSourceVault { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -4047,11 +4042,11 @@ export class StatefulNodeAzureSecretSourceVaultList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretVaultCertificates { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} */ readonly certificateUrl?: string; } @@ -4173,13 +4168,13 @@ export interface StatefulNodeAzureSecret { /** * source_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} */ readonly vaultCertificates: StatefulNodeAzureSecretVaultCertificates[] | cdktf.IResolvable; } @@ -4293,15 +4288,15 @@ export class StatefulNodeAzureSecretList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecurity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.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.142.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.141.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} */ readonly vtpmEnabled?: boolean | cdktf.IResolvable; } @@ -4412,11 +4407,11 @@ export class StatefulNodeAzureSecurityOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -4530,15 +4525,15 @@ export class StatefulNodeAzureSignalList extends cdktf.ComplexList { } export interface StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.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.142.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize} */ readonly crgShouldPrioritize?: boolean | cdktf.IResolvable; } @@ -4675,17 +4670,17 @@ export class StatefulNodeAzureStrategyCapacityReservationCapacityReservationGrou } export interface StatefulNodeAzureStrategyCapacityReservation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} */ readonly capacityReservationGroups?: StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | cdktf.IResolvable; } @@ -4822,7 +4817,7 @@ export class StatefulNodeAzureStrategyCapacityReservationList extends cdktf.Comp } export interface StatefulNodeAzureStrategyRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} */ readonly performAt: string; } @@ -4884,31 +4879,31 @@ export class StatefulNodeAzureStrategyRevertToSpotOutputReference extends cdktf. } export interface StatefulNodeAzureStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.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.141.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle} */ readonly preferredLifeCycle?: string; /** * capacity_reservation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.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.142.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} */ readonly revertToSpot?: StatefulNodeAzureStrategyRevertToSpot; } @@ -5085,11 +5080,11 @@ export class StatefulNodeAzureStrategyOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} */ readonly tagValue?: string; } @@ -5206,7 +5201,7 @@ export class StatefulNodeAzureTagList extends cdktf.ComplexList { } export interface StatefulNodeAzureUpdateState { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} */ readonly state: string; } @@ -5300,7 +5295,7 @@ export class StatefulNodeAzureUpdateStateList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} */ export class StatefulNodeAzure extends cdktf.TerraformResource { @@ -5314,7 +5309,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -5325,7 +5320,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { terraformResourceType: 'spotinst_stateful_node_azure', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/subscription/README.md b/src/subscription/README.md index b9d8ded60..c60ff8835 100644 --- a/src/subscription/README.md +++ b/src/subscription/README.md @@ -1,3 +1,3 @@ # `spotinst_subscription` -Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription). +Refer to the Terraform Registory for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription). diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 7a2976c9e..f4faef386 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription +// https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,36 +8,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.141.0/docs/resources/subscription#endpoint Subscription#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#endpoint Subscription#endpoint} */ readonly endpoint: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#event_type Subscription#event_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/subscription#format Subscription#format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/subscription#id Subscription#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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.141.0/docs/resources/subscription#protocol Subscription#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#protocol Subscription#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription#resource_id Subscription#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription#resource_id Subscription#resource_id} */ readonly resourceId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.0/docs/resources/subscription spotinst_subscription} */ export class Subscription extends cdktf.TerraformResource { @@ -56,7 +51,7 @@ export class Subscription extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.141.0/docs/resources/subscription spotinst_subscription} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.142.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 @@ -67,7 +62,7 @@ export class Subscription extends cdktf.TerraformResource { terraformResourceType: 'spotinst_subscription', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.141.0', + providerVersion: '1.142.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index fc83fed63..c0dfc2b3d 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/spotinst/spotinst": "1.141.0" + "registry.terraform.io/spotinst/spotinst": "1.142.0" }